Merge pull request #250858 from huantianad/r2modman-3143

r2modman: 3.1.42 -> 3.1.43
This commit is contained in:
Matthias Beyer 2023-08-24 07:56:20 +02:00 committed by GitHub
commit 90f562fc12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "r2modman"; pname = "r2modman";
version = "3.1.42"; version = "3.1.43";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ebkr"; owner = "ebkr";
repo = "r2modmanPlus"; repo = "r2modmanPlus";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-16sE706iivYoI40JJUkqVmtxkYsgAFBg+0tXOc6scqc="; hash = "sha256-qZeBF58VB/wW0N2MZgZfiIJdDqHUdfruAoCuDEFeCPA=";
}; };
offlineCache = fetchYarnDeps { offlineCache = fetchYarnDeps {