wallutils: 5.8.2 -> 5.8.3

This commit is contained in:
Michael Weiss
2019-11-17 21:27:07 +01:00
parent 35f3ecab63
commit f62e1c41e2
2 changed files with 17 additions and 16 deletions
+2 -2
View File
@@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "wallutils";
version = "5.8.2";
version = "5.8.3";
src = fetchFromGitHub {
owner = "xyproto";
repo = "wallutils";
rev = version;
sha256 = "1ghvcxsy5prj8l38r4lg39imsqbwmvn1zmiv7004j6skmgpaaawh";
sha256 = "1cc0bb6bdh3pm9mf6rcgk9myr62xhqc6l84xgw44lhm6hkkp16gb";
};
goPackagePath = "github.com/xyproto/wallutils";