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 {
pname = "payme";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "payme";
rev = "v${version}";
hash = "sha256-jkJGR6i68kNzA60T5ZOu2u+fPvZht4ssEtr8aYocGUk=";
hash = "sha256-GXJjjCruDjL5+ag3aUJAHPLOvbwux9FBnyqXJ52WifE=";
leaveDotGit = true;
postFetch = ''
cd "$out"