Unverified Commit 88832c75 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #210188 from dotlambda/bzip3-1.2.2

bzip3: 1.2.1 -> 1.2.2
parents 10be8285 ae46fb3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

stdenv.mkDerivation rec {
  pname = "bzip3";
  version = "1.2.1";
  version = "1.2.2";

  outputs = [ "bin" "dev" "out" ];

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
    owner = "kspalaiologos";
    repo = "bzip3";
    rev = version;
    hash = "sha256-RzlDubT+nczIlUcwnZ5PsO5s3Op7WLRuiMBRBasuEFI=";
    hash = "sha256-B59Z7+5SFjt/UgppNtdUtzw96y+EVglHoKzq9Il9ud8=";
  };

  postPatch = ''