snapshot: 49.0 → 49.1

https://gitlab.gnome.org/GNOME/snapshot/-/compare/49.0...49.1
This commit is contained in:
Bobby Rong
2025-12-29 23:36:35 +08:00
parent 3d611d8c2a
commit 4825f29e82
+2 -2
View File
@@ -27,11 +27,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snapshot";
version = "49.0";
version = "49.1";
src = fetchurl {
url = "mirror://gnome/sources/snapshot/${lib.versions.major finalAttrs.version}/snapshot-${finalAttrs.version}.tar.xz";
hash = "sha256-X5YZPSkZxzVXRdJqGwHyPDyzCpPHQtWD7EKSfEpFrhg=";
hash = "sha256-NVj2+ODTiylQtrrZue7COCSb7f7c5w+1iijK1pRebOk=";
};
patches = [