about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-07 13:13:32 +0100
committerGitHub <noreply@github.com>2024-01-07 13:13:32 +0100
commit7e35e2666883332e83bcddb05f392497e82172b6 (patch)
tree63d75ac95a01b9de244b722f6369792c91ae7dda /pkgs/applications/graphics
parent5570f4ba1eeacb9d5be7daba5a381fecf5c45081 (diff)
parent01dbc95b2d9e7c73667c90dbc3b63f06b9d345a7 (diff)
Merge pull request #279315 from bobby285271/upd/gnome
GNOME updates 2024-01-07
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 = [