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

r2modman: 3.1.43 -> 3.1.44
This commit is contained in:
Mario Rodas
2023-10-06 08:12:15 -05:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "r2modman";
version = "3.1.43";
version = "3.1.44";
src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${version}";
hash = "sha256-qZeBF58VB/wW0N2MZgZfiIJdDqHUdfruAoCuDEFeCPA=";
hash = "sha256-jiYrJtdM2LPwYDAgoGa0hGJcYNRiAKIuDuKZmSZ7OR4=";
};
offlineCache = fetchYarnDeps {