mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 05:09:08 +00:00
Merge pull request #324285 from wegank/corrupter-update-script
corrupter: use unstableGitUpdater
This commit is contained in:
commit
6b46a631af
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user