Merge pull request #333484 from r-ryantm/auto-update/payme

payme: 1.2.2 -> 1.2.3
This commit is contained in:
Nick Cao 2024-08-09 17:57:12 -04:00 committed by GitHub
commit 53d29e202c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "payme";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "jovandeginste";
repo = "payme";
rev = "v${version}";
hash = "sha256-LZyTwi4VCetIF39yc7WU3VR20DfFxfhDr3FvVQo7b/Q=";
hash = "sha256-jkJGR6i68kNzA60T5ZOu2u+fPvZht4ssEtr8aYocGUk=";
leaveDotGit = true;
postFetch = ''
cd "$out"