We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2fe01 commit a33aae7Copy full SHA for a33aae7
pkgs/by-name/un/unrar/package.nix
@@ -6,12 +6,12 @@
6
7
stdenv.mkDerivation (finalAttrs: {
8
pname = "unrar";
9
- version = "7.1.4";
+ version = "7.1.5";
10
11
src = fetchzip {
12
url = "https://www.rarlab.com/rar/unrarsrc-${finalAttrs.version}.tar.gz";
13
stripRoot = false;
14
- hash = "sha256-vO6tVwoIq3mI3YcuaJW8mIcjG1DsWiQmJ50nlZT/OZs=";
+ hash = "sha256-D5FrzE3zkAFPOzAw+jt6+KVjNVbUcsjiPlIqOe/XZ8A=";
15
};
16
17
sourceRoot = finalAttrs.src.name;
0 commit comments