Skip to content

Commit a33aae7

Browse files
committed
unrar: 7.1.4 -> 7.1.5
1 parent 1d2fe01 commit a33aae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/un/unrar/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
stdenv.mkDerivation (finalAttrs: {
88
pname = "unrar";
9-
version = "7.1.4";
9+
version = "7.1.5";
1010

1111
src = fetchzip {
1212
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
1313
stripRoot = false;
14-
hash = "sha256-vO6tVwoIq3mI3YcuaJW8mIcjG1DsWiQmJ50nlZT/OZs=";
14+
hash = "sha256-D5FrzE3zkAFPOzAw+jt6+KVjNVbUcsjiPlIqOe/XZ8A=";
1515
};
1616

1717
sourceRoot = finalAttrs.src.name;

0 commit comments

Comments
 (0)