3
0
Fork 0
forked from mirrors/nixpkgs

moar: 1.22.2 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-01-20 02:04:51 +00:00
parent 8da872fefa
commit d0f79913e9

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moar";
version = "1.22.2";
version = "1.23.0";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-fS+HmLnqs3haQ/cv768zSY62CcqONCkTF/GpUsPNX0c=";
hash = "sha256-tnFJKHrK1QlACYsiLlc5EX3du4H+nekEaeV+7wUsx48=";
};
vendorHash = "sha256-1u/2OlMX2FuZaxWnpU4n5r/4xKe+rK++GoCJiSq/BdE=";