summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-11 23:11:58 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-11 23:11:58 +0000
commit97bba96ba463d932c5ed97e2da21824f35b34192 (patch)
treebe2d93eb4e44bb6a1d20aa3f5c42e14ec91c4f73 /pkgs/tools
parent280e27327d4990245d418cd10a9d14cfd6df6f05 (diff)
rar2fs: 1.29.1 -> 1.29.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/rar2fs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/rar2fs/default.nix b/pkgs/tools/filesystems/rar2fs/default.nix
index 816aa1498cc6..889f075645a3 100644
--- a/pkgs/tools/filesystems/rar2fs/default.nix
+++ b/pkgs/tools/filesystems/rar2fs/default.nix
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "rar2fs";
- version = "1.29.1";
+ version = "1.29.2";
src = fetchFromGitHub {
owner = "hasse69";
repo = pname;
rev = "v${version}";
- sha256 = "03m20bnlm70xamrxnswxs4fzc2lr2wr6f7jq6b3a8sdwq3pqbzzx";
+ sha256 = "0j7ai0gcbln2lyfc87xxmj0zpf3lnqa6fdm5rar3kdqhczb7s93y";
};
postPatch = ''