We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec759bd + d26aa2e commit 5d33685Copy full SHA for 5d33685
2 files changed
deps/botan/default.nix
@@ -10,12 +10,6 @@ pkgs.botan2.overrideAttrs (oldAttrs: {
10
ln -sr "$out/include/botan-2/botan" "$out/include"
11
'';
12
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
-
19
buildPhase = ''
20
runHook preBuild
21
pinned.nix
@@ -1,6 +1,6 @@
1
import (
2
builtins.fetchTarball {
3
- url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz";
4
- sha256 = "1lr1h35prqkd1mkmzriwlpvxcb34kmhc9dnr48gkm8hh089hifmx";
+ url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/25.05.tar.gz";
+ sha256 = "1r4fhp3apf1qggsrm60ni820gxzpm04q9xdk1w3dap9qymi6bpdk";
5
}
6
)
0 commit comments