Merge commit 'refs/pull/14677/head' of git://github.com/NixOS/nixpkgs

+2 -2
+2 -2
pkgs/tools/graphics/imgur-screenshot/default.nix
··· 2 3 let deps = stdenv.lib.makeBinPath [ curl gnugrep libnotify scrot which xclip ]; 4 in stdenv.mkDerivation rec { 5 - version = "1.5.4"; 6 name = "imgur-screenshot-${version}"; 7 8 src = fetchFromGitHub { 9 owner = "jomo"; 10 repo = "imgur-screenshot"; 11 rev = "v${version}"; 12 - sha256 = "1ff88mvrd0b7nmrkjljs3rnprk5ih0iif92dn39s3vnag3fp9f10"; 13 }; 14 15 nativeBuildInputs = [ makeWrapper ];
··· 2 3 let deps = stdenv.lib.makeBinPath [ curl gnugrep libnotify scrot which xclip ]; 4 in stdenv.mkDerivation rec { 5 + version = "1.7.1"; 6 name = "imgur-screenshot-${version}"; 7 8 src = fetchFromGitHub { 9 owner = "jomo"; 10 repo = "imgur-screenshot"; 11 rev = "v${version}"; 12 + sha256 = "01wiqrc7xxvk7kzgw756jahwa0szb200l8030iwfcgxb679k3v0j"; 13 }; 14 15 nativeBuildInputs = [ makeWrapper ];