pkgs/zutty: update to 0.14
This commit is contained in:
parent
c36f79d39b
commit
41273aa491
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "zutty";
|
pname = "zutty";
|
||||||
version = "0.13";
|
version = "0.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tomszilagyi";
|
owner = "tomszilagyi";
|
||||||
repo = "zutty";
|
repo = "zutty";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-1eB5GDhWGwyhiKzxpepzjQ44Co0ZeL9JJI5ppPE1TJw=";
|
sha256 = "sha256-b/q7hIi/U/GkKo+MIFX2wWnHZAy5rQGXNul3I1pxo1Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./zutty_go.diff ];
|
patches = [ ./zutty_go.diff ];
|
||||||
|
Loading…
Reference in New Issue
Block a user