Unverified Commit a1fdafa7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

rar2fs: 1.29.5 -> 1.29.6
parents 1cb5b8d4 64eb3f16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''