summary refs log tree commit diff
path: root/pkgs/applications/graphics/shutter
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 04:14:01 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-14 04:14:01 +0000
commitf5276159d9e346c84796c22de5a4f4048653985e (patch)
tree560ccf64611bc23b514ca9542d1d2c8596768134 /pkgs/applications/graphics/shutter
parentea59da44e84ac92d5eebc7d6e5dd5a2873fe5379 (diff)
downloadnixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.tar
nixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.tar.gz
nixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.tar.bz2
nixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.tar.lz
nixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.tar.xz
nixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.tar.zst
nixpkgs-f5276159d9e346c84796c22de5a4f4048653985e.zip
shutter: 0.98 -> 0.99
Diffstat (limited to 'pkgs/applications/graphics/shutter')
-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 e901ee29bf6..c7e55be9f04 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.98";
+  version = "0.99";
 
   src = fetchFromGitHub {
     owner = "shutter-project";
     repo = "shutter";
     rev = "v${version}";
-    sha256 = "sha256-btJVY7+palstydWt5VCdtHwOj6FTXEcsregjaiXbZ5I=";
+    sha256 = "sha256-n5M+Ggk8ulJQMWjAW+/fC8fbqiBGzsx6IXlYxvf8utA=";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];