summary refs log tree commit diff
path: root/pkgs/applications/graphics/shutter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/shutter/default.nix')
-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 a561b6f0d7c..e901ee29bf6 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 ];