r2modman: 3.1.43 -> 3.1.44

This commit is contained in:
R. Ryantm 2023-10-06 04:32:40 +00:00
parent c6ce286002
commit d1a63a9f08

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 {