1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

moar: 1.24.6 -> 1.25.1

This commit is contained in:
R. Ryantm 2024-07-25 10:10:38 +00:00
parent 289eafaaf0
commit ccbfcd260f

View file

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