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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user