imgurbash2: 2.1 -> 3.1

This commit is contained in:
Pierre Bourdon 2019-03-12 08:04:40 +01:00
parent 1f302fa30d
commit 19601561ed
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, bash, curl, xsel }:
stdenv.mkDerivation rec {
name = "imgurbash2-${version}";
version = "2.1";
pname = "imgurbash2";
version = "3.1";
src = fetchFromGitHub {
owner = "ram-on";
repo = "imgurbash2";
rev = version;
sha256 = "1vdkyy0gvjqwc2g7a1lqx6cbynfxbd4f66m8sg1xjvd0kdpgi9wk";
sha256 = "1hqghlk8c6svfszhmp02bhkc791lqhqffgiypf05giqmr5d8b9a9";
};
installPhase = ''