mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:27:36 +00:00
imgurbash2: 3.2 -> 3.3
This commit is contained in:
parent
8ae7fa8541
commit
3587d6881d
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "imgurbash2";
|
||||
version = "3.2";
|
||||
version = "3.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ram-on";
|
||||
repo = "imgurbash2";
|
||||
rev = version;
|
||||
sha256 = "10zs6p17psl1vq5vpkfkf9nrlmibk6v1ds3yxbf1rip1zaqlwxg6";
|
||||
sha256 = "sha256-7J3LquzcYX0wBR6kshz7VuPv/TftTzKFdWcgsML2DnI=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user