rar2fs: 1.29.0 -> 1.29.1

This commit is contained in:
kraem 2020-08-23 12:08:48 +02:00
parent f84aae6f67
commit afe699eb05
No known key found for this signature in database
GPG Key ID: 965CB0F7020C50BE

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "rar2fs";
version = "1.29.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "hasse69";
repo = pname;
rev = "v${version}";
sha256 = "137hv2fhlbdca6qyf4vjv1sl87g02zn137ja0fdjbzcc9y1n96d3";
sha256 = "03m20bnlm70xamrxnswxs4fzc2lr2wr6f7jq6b3a8sdwq3pqbzzx";
};
postPatch = ''