3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #91785 from equirosa/tut

tut: 0.0.9 -> 0.0.10
This commit is contained in:
Jörg Thalheim 2020-06-29 20:44:08 +01:00 committed by GitHub
commit 8dc6b8d05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "tut"; pname = "tut";
version = "0.0.9"; version = "0.0.10";
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 = "19y6brw1d6dlp2gnkdpbp261662h5j46rmiqg73cxhrlws0y0kfk"; sha256 = "09l6dmzrvcpix3wg4djs6zk3ql6b6lfhd8z9aglbi6fix4pm8565";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {