r2modman: 3.1.47 -> 3.1.48

This commit is contained in:
R. Ryantm 2024-04-06 20:18:20 +00:00
parent f6eb921406
commit 3b72ef2883

View File

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