about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-01 10:29:52 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-10 19:12:27 +0000
commit529d2f1536335a03c3eedd004eb39861e7b278d0 (patch)
tree66ade8fe6a10a53405ca7ee24ec429c08fca9fdd /pkgs/applications/graphics
parent270955d0c03061922ee945f1b9edfd2e08388090 (diff)
snapshot: 45.1 → 45.2
https://gitlab.gnome.org/GNOME/snapshot/-/compare/45.1...45.2
(cherry picked from commit 01dbc95b2d9e7c73667c90dbc3b63f06b9d345a7)
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/snapshot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/snapshot/default.nix b/pkgs/applications/graphics/snapshot/default.nix
index 4b0c5f5f2cc2f..88fc83f93c8b5 100644
--- a/pkgs/applications/graphics/snapshot/default.nix
+++ b/pkgs/applications/graphics/snapshot/default.nix
@@ -18,11 +18,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "snapshot";
-  version = "45.1";
+  version = "45.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/snapshot/${lib.versions.major finalAttrs.version}/snapshot-${finalAttrs.version}.tar.xz";
-    hash = "sha256-/kRifa7zrZbBaaLlRhDmZxj4k9cN/SXUDTBskYQ7zjk=";
+    hash = "sha256-iQd4F/xzXMjonbUWKPUuqKxmwZTfxqekLgA8TCnE3T4=";
   };
 
   nativeBuildInputs = [