meme-bingo-web: 1.1.0 → 1.2.0

This commit is contained in:
Anna Aurora 2025-01-26 21:53:02 +01:00
parent 6c345787fc
commit fbc4fb40bb
No known key found for this signature in database

View file

@ -8,14 +8,14 @@
rustPlatform.buildRustPackage rec {
pname = "meme-bingo-web";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "annaaurora";
repo = "meme-bingo-web";
rev = "v${version}";
hash = "sha256-AKY0EjeoOnliRN3XSnlCgzCvnWOkZPQz/9QIcr8+hQM=";
hash = "sha256-0ahyyuihpwmAmaBwZv7lNmjuy8UsAm1a9XUhWcYq76w=";
};
useFetchCargoVendor = true;