aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/shutter/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 05:13:11 -0700
committerBjørn Forsman <bjorn.forsman@gmail.com>2019-06-18 22:57:22 +0200
commit1eac41929ca71098e047d406d495eeee8ff36822 (patch)
tree7d695fbddc3cb4344e497f889d2f847f2b31e727 /pkgs/applications/graphics/shutter/default.nix
parent8315cf5b1892fff44ffd4830a823b47b99040517 (diff)
shutter: 0.94.2 -> 0.94.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shutter/versions
Diffstat (limited to 'pkgs/applications/graphics/shutter/default.nix')
-rw-r--r--pkgs/applications/graphics/shutter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/shutter/default.nix b/pkgs/applications/graphics/shutter/default.nix
index 5800fb6df3cf..18754b2b854b 100644
--- a/pkgs/applications/graphics/shutter/default.nix
+++ b/pkgs/applications/graphics/shutter/default.nix
@@ -14,11 +14,11 @@ let
];
in
stdenv.mkDerivation rec {
- name = "shutter-0.94.2";
+ name = "shutter-0.94.3";
src = fetchurl {
- url = "https://launchpad.net/shutter/0.9x/0.94.2/+download/shutter-0.94.2.tar.gz";
- sha256 = "0mas7npm935j4rhqqjn226822s9sa4bsxrkp0b5fjj3z096k6vw0";
+ url = "https://launchpad.net/shutter/0.9x/0.94.3/+download/shutter-0.94.3.tar.gz";
+ sha256 = "01wv5k6zqfqa2rss461lpdpjxpfk4awzfdc6j2qk6bh4g4zgmgl5";
};
nativeBuildInputs = [ makeWrapper ];