r2modman: 3.1.48 -> 3.1.49

This commit is contained in:
Gutyina Gergő 2024-07-12 18:50:48 +02:00 committed by Pascal Bach
parent cce8e5df89
commit b729601a9e

View File

@ -14,18 +14,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "r2modman";
version = "3.1.48";
version = "3.1.49";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${finalAttrs.version}";
hash = "sha256-gm+Q2PXii53WQewl2vD4aUOo0yFuh+LFt8MEPB7ZqE0=";
hash = "sha256-Br+VkBHgwM/Zu1aypzlVYHB/v8T/KV+B6XUNJn/EbYM=";
};
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-1JXd1pDGEFDG+ogXbEpl4WMYXwksJJJBx20ZPykc7OM=";
hash = "sha256-ntXZ4gRXRqiPQxdwXDsLxGdBqUV5eboy9ntTlJsz9FA=";
};
patches = [