wallutils: 5.8.3 -> 5.9.0

This commit is contained in:
Michael Weiss
2020-02-28 21:07:28 +01:00
parent f6281d4480
commit 18938fb2a5

View File

@@ -4,13 +4,13 @@
buildGoPackage rec {
pname = "wallutils";
version = "5.8.3";
version = "5.9.0";
src = fetchFromGitHub {
owner = "xyproto";
repo = "wallutils";
rev = version;
sha256 = "1cc0bb6bdh3pm9mf6rcgk9myr62xhqc6l84xgw44lhm6hkkp16gb";
sha256 = "17xw1311xpmi5c8mwa9yvn4pxa7g4n09j84lvy61gmxc5m128fwy";
};
goPackagePath = "github.com/xyproto/wallutils";