tut 0.0.7 -> 0.0.8
This commit is contained in:
parent
b6f9567bbf
commit
1e80fc5d53
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "tut";
|
pname = "tut";
|
||||||
version = "0.0.7";
|
version = "0.0.8";
|
||||||
|
|
||||||
goPackagePath = "github.com/RasmusLindroth/tut";
|
goPackagePath = "github.com/RasmusLindroth/tut";
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
owner = "RasmusLindroth";
|
owner = "RasmusLindroth";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1v1cvdsrxz1yj2vibx3iapw17ngfihjkr62zhxsn1msb77xyd7lb";
|
sha256 = "0wb5lf0zbhmg962p71bqlpyxn8f1n9fp1jh7y7fcg6w5mga8gqq3";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user