tclPackages.zesty: 0.1 -> 0.2
This commit is contained in:
parent
87648dedcc
commit
7b2a275100
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
mkTclDerivation rec {
|
mkTclDerivation rec {
|
||||||
pname = "zesty";
|
pname = "zesty";
|
||||||
version = "0.1";
|
version = "0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nico-robert";
|
owner = "nico-robert";
|
||||||
repo = "zesty";
|
repo = "zesty";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-XJdgS1Lf5B5VjGq2gztc5p3E7TLiibaYfU9f8r1wKOc=";
|
hash = "sha256-1K3E9rQAXEXegLjp2mZTzwyDXq3lMpDr0DB4I+ACH08=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user