Unverified Commit d434a2c2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

botan3: 3.11.0 -> 3.11.1 (#505517)

parents 9e3575a9 0d99e2b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ let
      '';
in
stdenv.mkDerivation (finalAttrs: {
  version = "3.11.0";
  version = "3.11.1";
  pname = "botan";

  __structuredAttrs = true;
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "randombit";
    repo = "botan";
    tag = finalAttrs.version;
    hash = "sha256-jjrO43SItFi+6FrU9B45Y1GK+6V5ZIgaYaMHkgRh4IE=";
    hash = "sha256-AzQ/IblJF2atUXBTwI+84gmcceVQ6aMMElS3wOsfUDM=";
  };

  nativeBuildInputs = [