Skip to content

Commit 0075cbb

Browse files
authored
riscv-pk: 1.0.0 -> unstable-2024-10-09 (#348486)
2 parents aa132d4 + 4974d65 commit 0075cbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/misc/riscv-pk/default.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ lib, stdenv, fetchFromGitHub, autoreconfHook, payload ? null }:
22

3-
stdenv.mkDerivation rec {
3+
stdenv.mkDerivation {
44
pname = "riscv-pk";
5-
version = "1.0.0";
5+
version = "1.0.0-unstable-2024-10-09";
66

77
src = fetchFromGitHub {
88
owner = "riscv";
99
repo = "riscv-pk";
10-
rev = "v${version}";
11-
sha256 = "1cc0rz4q3a1zw8756b8yysw8lb5g4xbjajh5lvqbjix41hbdx6xz";
10+
rev = "abadfdc507d5a75b6272dc360e70a80a510c758a";
11+
sha256 = "sha256-02qcj0TAs7g4CSorWWbUzouS6mNthUOSdeocibw5g2A=";
1212
};
1313

1414
nativeBuildInputs = [ autoreconfHook ];
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
2525

2626
hardeningDisable = [ "all" ];
2727

28+
# pk by default installs things in $out/$target_prefix/{bin,include,lib},
29+
# we want to remove the target prefix directory hierarchy
2830
postInstall = ''
2931
mv $out/* $out/.cleanup
3032
mv $out/.cleanup/* $out

0 commit comments

Comments
 (0)