Unverified Commit 979a3f3d authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #295189 from r-ryantm/auto-update/unrar-free

unrar-free: 0.2.0 -> 0.3.0
parents 03bd4626 c12820e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "unrar-free";
  version = "0.2.0";
  version = "0.3.0";

  src = fetchFromGitLab {
    owner = "bgermann";
    repo = "unrar-free";
    rev = finalAttrs.version;
    hash = "sha256-ONLc/mJt13Lfd61qraCAB9jOPzdPxoYLzq69llRf+BU=";
    hash = "sha256-hVUEvlaVx2Ai1lYXU6hwiLToEMhCPWlSIh1WrbYKmco=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];