Skip to content

Commit 5d33685

Browse files
authored
Merge pull request #2300 from MagnusS/nix2505-2
Update to nixpkgs 25.05
2 parents ec759bd + d26aa2e commit 5d33685

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

deps/botan/default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ pkgs.botan2.overrideAttrs (oldAttrs: {
1010
ln -sr "$out/include/botan-2/botan" "$out/include"
1111
'';
1212

13-
configurePhase = ''
14-
runHook preConfigure
15-
python3 configure.py --prefix=$out --with-bzip2 --with-zlib --build-targets=static --cpu=${cpuFlag} --os=linux
16-
runHook postConfigure
17-
'';
18-
1913
buildPhase = ''
2014
runHook preBuild
2115

pinned.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import (
22
builtins.fetchTarball {
3-
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz";
4-
sha256 = "1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx";
3+
url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/25.05.tar.gz";
4+
sha256 = "1r4fhp3apf1qggsrm60ni820gxzpm04q9xdk1w3dap9qymi6bpdk";
55
}
66
)

0 commit comments

Comments
 (0)