We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c34578 commit fbc4fb4Copy full SHA for fbc4fb4
pkgs/by-name/me/meme-bingo-web/package.nix
@@ -8,14 +8,14 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "meme-bingo-web";
11
- version = "1.1.0";
+ version = "1.2.0";
12
13
src = fetchFromGitea {
14
domain = "codeberg.org";
15
owner = "annaaurora";
16
repo = "meme-bingo-web";
17
rev = "v${version}";
18
- hash = "sha256-AKY0EjeoOnliRN3XSnlCgzCvnWOkZPQz/9QIcr8+hQM=";
+ hash = "sha256-0ahyyuihpwmAmaBwZv7lNmjuy8UsAm1a9XUhWcYq76w=";
19
};
20
21
useFetchCargoVendor = true;
0 commit comments