Merge pull request #184743 from r-ryantm/auto-update/wallutils
wallutils: 5.11.0 -> 5.11.1
This commit is contained in:
commit
cc93935fcf
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "wallutils";
|
pname = "wallutils";
|
||||||
version = "5.11.0";
|
version = "5.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xyproto";
|
owner = "xyproto";
|
||||||
repo = "wallutils";
|
repo = "wallutils";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-5yx6++uciCoT+gcqGnag9V1eYdfwHIQ8WrsuGU4A51E=";
|
sha256 = "sha256-FL66HALXsf7shoUKIZp6HORyuxhOfgTrY+PQAe92yk8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/xyproto/wallutils";
|
goPackagePath = "github.com/xyproto/wallutils";
|
||||||
|
|
Loading…
Reference in a new issue