tut: 0.0.8 -> 0.0.9

There has been a new release that fixes a crash-causing bug.
https://github.com/RasmusLindroth/tut/releases/tag/0.0.9
wip/yesman
Eduardo Quiros 4 years ago committed by Matthieu Coudron
parent 63d375fbdb
commit a866a6b7f0
  1. 4
      pkgs/applications/misc/tut/default.nix

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "tut";
version = "0.0.8";
version = "0.0.9";
goPackagePath = "github.com/RasmusLindroth/tut";
goDeps = ./deps.nix;
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "0wb5lf0zbhmg962p71bqlpyxn8f1n9fp1jh7y7fcg6w5mga8gqq3";
sha256 = "19y6brw1d6dlp2gnkdpbp261662h5j46rmiqg73cxhrlws0y0kfk";
};
meta = with stdenv.lib; {

Loading…
Cancel
Save