snapshot: 48.0.1 → 49.rc

https://gitlab.gnome.org/GNOME/snapshot/-/compare/48.0.1...49.rc

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Jan Tojnar
2025-11-03 10:50:06 +01:00
co-authored by Bobby Rong
parent 52fb49a1b0
commit 24b0e24530
+5 -3
View File
@@ -19,6 +19,7 @@
gtk4,
libadwaita,
libcamera,
lcms2,
libseccomp,
pipewire,
gnome,
@@ -26,16 +27,16 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snapshot";
version = "48.0.1";
version = "49.rc";
src = fetchurl {
url = "mirror://gnome/sources/snapshot/${lib.versions.major finalAttrs.version}/snapshot-${finalAttrs.version}.tar.xz";
hash = "sha256-OTF2hZogt9I138MDAxuiDGhkQRBpiNyRHdkbe21m4f0=";
hash = "sha256-S7ivkP/sn/MmIS8ElqA336J3/v6fj5sPAWYpQQ3hK0M=";
};
patches = [
# Fix paths in glycin library
libglycin.passthru.glycinPathsPatch
libglycin.passthru.glycin3PathsPatch
];
cargoVendorDir = "vendor";
@@ -63,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
gtk4
libadwaita
libcamera # for the gstreamer plugin
lcms2
libseccomp
pipewire # for device provider
];