Skip to content

Commit

Permalink
r2modman: 3.1.45 -> 3.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
huantianad committed Jan 16, 2024
1 parent 8a8c1f2 commit c70fd0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/r2modman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "r2modman";
version = "3.1.45";
version = "3.1.46";

src = fetchFromGitHub {
owner = "ebkr";
repo = "r2modmanPlus";
rev = "v${finalAttrs.version}";
hash = "sha256-6o6iPDKKqCzt7H0a64HGTvEvwO6hjRh1Drl8o4x+4ew=";
hash = "sha256-Oo23U3hwkhhLRiOIikIZcnoBFmkRWMK8UECyDRohBj0=";
};

offlineCache = fetchYarnDeps {
Expand Down

0 comments on commit c70fd0e

Please sign in to comment.