1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

r2modman: switch to nix-update

nix-update can handle yarn updates for us

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-09-14 20:23:53 +02:00
parent 1da2d8d992
commit 34fb7a5231
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -6,7 +6,7 @@
, nodejs
, electron
, fetchFromGitHub
, gitUpdater
, nix-update-script
, makeWrapper
, makeDesktopItem
, copyDesktopItems
@ -103,9 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
})
];
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/ebkr/r2modmanPlus/releases/tag/v${finalAttrs.version}";