wallutils: 5.10.0 -> 5.11.0
This commit is contained in:
parent
a419e65544
commit
6d695dcefe
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "wallutils";
|
pname = "wallutils";
|
||||||
version = "5.10.0";
|
version = "5.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xyproto";
|
owner = "xyproto";
|
||||||
repo = "wallutils";
|
repo = "wallutils";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1phlkpy8kg4ai2xmachpbbxvl8fga9hqqbad2a2121yl60709l1k";
|
sha256 = "sha256-5yx6++uciCoT+gcqGnag9V1eYdfwHIQ8WrsuGU4A51E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/xyproto/wallutils";
|
goPackagePath = "github.com/xyproto/wallutils";
|
||||||
|
|
Loading…
Reference in a new issue