Skip to content

Commit 5385ae6

Browse files
authored
r2modman: 3.1.55 -> 3.1.56 (#387915)
2 parents 79dab6b + b2659ba commit 5385ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/r2/r2modman/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "r2modman";
18-
version = "3.1.55";
18+
version = "3.1.56";
1919

2020
src = fetchFromGitHub {
2121
owner = "ebkr";
2222
repo = "r2modmanPlus";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-gFQzZUuKEMcD34OlRuNNA2edzs2tQXm8hl3r6PIEUrE=";
24+
hash = "sha256-38PHTI/sAKLf70b/uBPYlJvbkogijiyuUvn7veGGZTY=";
2525
};
2626

2727
offlineCache = fetchYarnDeps {
2828
yarnLock = "${finalAttrs.src}/yarn.lock";
29-
hash = "sha256-VXlFB7hT+aL3yufJ/Ar7FMdrk2Iptf5rdvagAop00lk=";
29+
hash = "sha256-3SMvUx+TwUmOur/50HDLWt0EayY5tst4YANWIlXdiPQ=";
3030
};
3131

3232
patches = [

0 commit comments

Comments
 (0)