0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

snac2: 2.65 -> 2.66 (#366649)

This commit is contained in:
misuzu 2024-12-20 13:00:52 +02:00 committed by GitHub
commit 0882c5d076
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "snac2";
version = "2.65";
version = "2.66";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "grunfink";
repo = pname;
rev = version;
hash = "sha256-jzkimE4JPrlsHP0jPawhloXMDNaWG1Sgfp5NiZxm1xo=";
hash = "sha256-JArXXuWS60tXShYD4bKwHRPlbLRALZTnwn3iYBhhD2s=";
};
buildInputs = [