Skip to content

Commit fbc4fb4

Browse files
committed
meme-bingo-web: 1.1.0 → 1.2.0
1 parent 6c34578 commit fbc4fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/me/meme-bingo-web/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "meme-bingo-web";
11-
version = "1.1.0";
11+
version = "1.2.0";
1212

1313
src = fetchFromGitea {
1414
domain = "codeberg.org";
1515
owner = "annaaurora";
1616
repo = "meme-bingo-web";
1717
rev = "v${version}";
18-
hash = "sha256-AKY0EjeoOnliRN3XSnlCgzCvnWOkZPQz/9QIcr8+hQM=";
18+
hash = "sha256-0ahyyuihpwmAmaBwZv7lNmjuy8UsAm1a9XUhWcYq76w=";
1919
};
2020

2121
useFetchCargoVendor = true;

0 commit comments

Comments
 (0)