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

r2modman: 3.1.43 -> 3.1.44

authored by Mario Rodas and committed by GitHub 88da9496 a287862f

+2 -2
+2 -2
pkgs/games/r2modman/default.nix
··· 14 14 15 15 stdenv.mkDerivation rec { 16 16 pname = "r2modman"; 17 - version = "3.1.43"; 17 + version = "3.1.44"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "ebkr"; 21 21 repo = "r2modmanPlus"; 22 22 rev = "v${version}"; 23 - hash = "sha256-qZeBF58VB/wW0N2MZgZfiIJdDqHUdfruAoCuDEFeCPA="; 23 + hash = "sha256-jiYrJtdM2LPwYDAgoGa0hGJcYNRiAKIuDuKZmSZ7OR4="; 24 24 }; 25 25 26 26 offlineCache = fetchYarnDeps {