tut: 0.0.13 -> 0.0.14

new release: https://github.com/RasmusLindroth/tut/releases/tag/0.0.14
This commit is contained in:
Eduardo Quiros 2020-07-24 11:47:33 -06:00
parent af854940a6
commit ec7c9a072b
No known key found for this signature in database
GPG key ID: B77F36C3F12720B4

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "tut";
version = "0.0.13";
version = "0.0.14";
goPackagePath = "github.com/RasmusLindroth/tut";
goDeps = ./deps.nix;
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "085qiv9q2hzv1v6qmbddra23acsmmkbwmjqc3cp81gfgl893z7sm";
sha256 = "1l7lc6cjx97v9zhc0b6lfzqjmyv1i3qj83drkck36if3mc60vvwi";
};
meta = with stdenv.lib; {