tut: 0.0.42 -> 0.0.46

This commit is contained in:
Eduardo Quiros 2022-05-04 19:51:44 -06:00
parent 36b9c0594c
commit 02900c458d
No known key found for this signature in database
GPG key ID: B77F36C3F12720B4

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tut";
version = "0.0.42";
version = "0.0.46";
src = fetchFromGitHub {
owner = "RasmusLindroth";
repo = pname;
rev = version;
sha256 = "sha256-zWhG9lzerzDqqFN8IG5JSv3voLzvtp/gg6jBisbodMc=";
sha256 = "sha256-C9kyA6QuL8sqzCooaPzSP7VOpu7jcSFCUx9oaZLZ7/w=";
};
vendorSha256 = "sha256-kMGEAN/I2XsIc6zCDbhbbstYlyjDpXQsOPUzjaJqJBk=";