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
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 {