about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-08-17 18:39:12 -0700
committerGitHub <noreply@github.com>2021-08-17 18:39:12 -0700
commit00cdbf6043aa092f77daa238b767bdf76dc9af36 (patch)
tree3c63a8e25fbd5c06ae93596e23e5bd96b184f677 /pkgs/applications/graphics
parenta03369bd31682983b3669c88ef975289e9f34411 (diff)
parentdf36e5cf583f0a5d870a50b01d8c1980c44762b5 (diff)
Merge pull request #134564 from r-ryantm/auto-update/shutter
shutter: 0.97 -> 0.98
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/shutter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shutter/default.nix b/pkgs/applications/graphics/shutter/default.nix
index a561b6f0d7ccd..e901ee29bf613 100644
--- a/pkgs/applications/graphics/shutter/default.nix
+++ b/pkgs/applications/graphics/shutter/default.nix
@@ -64,13 +64,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "shutter";
-  version = "0.97";
+  version = "0.98";
 
   src = fetchFromGitHub {
     owner = "shutter-project";
     repo = "shutter";
     rev = "v${version}";
-    sha256 = "sha256-/2eQLJJZP0ArQUrxcFdogv/4wy+O021hODkJYLQmLY8=";
+    sha256 = "sha256-btJVY7+palstydWt5VCdtHwOj6FTXEcsregjaiXbZ5I=";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];