Merge pull request #332907 from r-ryantm/auto-update/moar

moar: 1.25.1 -> 1.26.0
This commit is contained in:
Sebastián Mancilla 2024-08-20 20:21:41 -04:00 committed by GitHub
commit 402614bb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.25.1";
version = "1.26.0";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-ZwrAduIKQkjjL0dOHitdOLCuWa1WAZ1UvXayU9lOrfo=";
hash = "sha256-Gc2JhahxiaIpDRPpuUEjd+lOE6zk1RevhD4NechxXxA=";
};
vendorHash = "sha256-1u/2OlMX2FuZaxWnpU4n5r/4xKe+rK++GoCJiSq/BdE=";