Merge pull request #184743 from r-ryantm/auto-update/wallutils

wallutils: 5.11.0 -> 5.11.1
This commit is contained in:
Mario Rodas 2022-08-13 12:13:02 -05:00 committed by GitHub
commit cc93935fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoPackage rec {
pname = "wallutils";
version = "5.11.0";
version = "5.11.1";
src = fetchFromGitHub {
owner = "xyproto";
repo = "wallutils";
rev = version;
sha256 = "sha256-5yx6++uciCoT+gcqGnag9V1eYdfwHIQ8WrsuGU4A51E=";
sha256 = "sha256-FL66HALXsf7shoUKIZp6HORyuxhOfgTrY+PQAe92yk8=";
};
goPackagePath = "github.com/xyproto/wallutils";