r2modman: 3.1.49 -> 3.1.50 (#341896)

This commit is contained in:
Fabián Heredia Montiel 2024-09-16 12:57:12 -06:00 committed by GitHub
commit 230a0218a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
, nodejs
, electron
, fetchFromGitHub
, gitUpdater
, nix-update-script
, makeWrapper
, makeDesktopItem
, copyDesktopItems
@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "r2modman";
version = "3.1.49";
version = "3.1.50";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${finalAttrs.version}";
hash = "sha256-Br+VkBHgwM/Zu1aypzlVYHB/v8T/KV+B6XUNJn/EbYM=";
hash = "sha256-WmF7tH5PiaggyvP/klWwNgaLKVhIoApxDtwwLpug52A=";
};
offlineCache = fetchYarnDeps {
@ -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}";