r2modman: 3.1.46 -> 3.1.47

This commit is contained in:
Jeremy S 2024-02-23 23:19:46 +00:00 committed by GitHub
parent ed9121e5d7
commit d3e9c310ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,18 +14,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "r2modman";
version = "3.1.46";
version = "3.1.47";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${finalAttrs.version}";
hash = "sha256-Oo23U3hwkhhLRiOIikIZcnoBFmkRWMK8UECyDRohBj0=";
hash = "sha256-refFd/d4y8657FltEvogQVAEl48c5gtrwpuGa8vluqE=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-CXitb/b2tvTfrkFrFv4KP4WdmMg+1sDtC/s2u5ezDfI=";
hash = "sha256-1JXd1pDGEFDG+ogXbEpl4WMYXwksJJJBx20ZPykc7OM=";
};
patches = [