Merge pull request #302170 from r-ryantm/auto-update/r2modman

r2modman: 3.1.47 -> 3.1.48
This commit is contained in:
Weijia Wang 2024-04-07 19:26:44 +02:00 committed by GitHub
commit 067462038e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "r2modman";
version = "3.1.47";
version = "3.1.48";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${finalAttrs.version}";
hash = "sha256-refFd/d4y8657FltEvogQVAEl48c5gtrwpuGa8vluqE=";
hash = "sha256-gm+Q2PXii53WQewl2vD4aUOo0yFuh+LFt8MEPB7ZqE0=";
};
offlineCache = fetchYarnDeps {