payme: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm 2025-08-08 19:16:53 +00:00
parent 250481b939
commit ee16c22c8a

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "payme"; pname = "payme";
version = "1.2.3"; version = "1.2.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jovandeginste"; owner = "jovandeginste";
repo = "payme"; repo = "payme";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-jkJGR6i68kNzA60T5ZOu2u+fPvZht4ssEtr8aYocGUk="; hash = "sha256-GXJjjCruDjL5+ag3aUJAHPLOvbwux9FBnyqXJ52WifE=";
leaveDotGit = true; leaveDotGit = true;
postFetch = '' postFetch = ''
cd "$out" cd "$out"