Unverified Commit 1b140db4 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #327621 from thillux/botan-update-2024-07

botan2: 2.19.4 -> 2.19.5; botan3: 3.4.0 -> 3.5.0
parents 44e4c08c 4e5416b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@

callPackage ./generic.nix (args // {
  baseVersion = "2.19";
  revision = "4";
  hash = "sha256-WjqI72Qz6XvKsO+h7WDGGX5K2p2dMLwcR0N7+JuX8nY=";
  revision = "5";
  hash = "sha256-3+6g4KbybWckxK8B2pp7iEh62y2Bunxy/K9S21IsmtQ=";
})
+2 −2
Original line number Diff line number Diff line
{ callPackage, stdenv, lib, ... } @ args:

callPackage ./generic.nix (args // {
  baseVersion = "3.4";
  baseVersion = "3.5";
  revision = "0";
  hash = "sha256-cYQ6/MCixYX48z+jBPC1iuS5xdgwb4lGZ7N0YEQndVc=";
  hash = "sha256-Z+ja4cokaNkN5OYByH1fMf9JKzjoq4vL0C3fcQTtip8=";
  # this patch fixes build errors on MacOS with SDK 10.12, recheck to remove this again
  extraPatches = lib.optionals stdenv.hostPlatform.isDarwin [ ./botan3-macos.patch ];
})