Skip to content

Commit

Permalink
Merge pull request #93376 from equirosa/tut
Browse files Browse the repository at this point in the history
tut: 0.0.10 -> 0.0.13
  • Loading branch information
danieldk committed Jul 18, 2020
2 parents 5da2d61 + 995d057 commit 743941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/tut/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "tut";
version = "0.0.10";
version = "0.0.13";

goPackagePath = "github.com/RasmusLindroth/tut";
goDeps = ./deps.nix;
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "09l6dmzrvcpix3wg4djs6zk3ql6b6lfhd8z9aglbi6fix4pm8565";
sha256 = "085qiv9q2hzv1v6qmbddra23acsmmkbwmjqc3cp81gfgl893z7sm";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 743941c

Please sign in to comment.