Merge pull request #324285 from wegank/corrupter-update-script

corrupter: use unstableGitUpdater
This commit is contained in:
Nick Cao 2024-07-04 13:43:00 -04:00 committed by GitHub
commit 6b46a631af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
, unstableGitUpdater
}:
buildGoModule {
@ -21,7 +21,9 @@ buildGoModule {
# There are no tests available for this package.
doCheck = false;
passthru.updateScript = nix-update-script { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = with lib; {
description = "Simple image glitcher suitable for producing lockscreens";