r2modman: 3.2.0 -> 3.2.1 (#421699)

Co-authored-by: aidalgol <aidalgol@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-02 10:18:08 +00:00
committed by GitHub
co-authored by aidalgol
+3 -3
View File
@@ -15,18 +15,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "r2modman";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${finalAttrs.version}";
hash = "sha256-RCMb9NaGzFRV2sXBxeb9G9pHmKf66/wwlNrpKIUE2iQ=";
hash = "sha256-l1xrp+Gl26kiWqh5pIKp4QiETrzr5mTrUP10T0DhUCw=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-F+TYP8F/2YAubeBIFMXlhNjjAPVTPMkZ+oH6UVt/gbs=";
hash = "sha256-HLVHxjyymi0diurVamETrfwYM2mkUrIOHhbYCrqGkeg=";
};
patches = [