Merge pull request #210336 from r-ryantm/auto-update/rar2fs

rar2fs: 1.29.5 -> 1.29.6
This commit is contained in:
Mario Rodas 2023-01-12 20:02:57 -05:00 committed by GitHub
commit a1fdafa7d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "rar2fs";
version = "1.29.5";
version = "1.29.6";
src = fetchFromGitHub {
owner = "hasse69";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x3QBnnwt9pXT0egOJ2rnUcZP99y9eVcw3rNTkdH2LYs=";
sha256 = "sha256-b8zMCzSFJewXMQOuaKwMJx//Wq9vT/bUj6XS/jDBBBo=";
};
postPatch = ''