Skip to content

Commit f812c5a

Browse files
committed
Update and fix nix packages
Signed-off-by: Sascha Grunert <[email protected]>
1 parent a7e6928 commit f812c5a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

nix/derivation.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ with pkgs; buildGo123Module /* use go 1.23 */ {
2323
glibc.static
2424
] ++ [
2525
gpgme
26+
libapparmor
2627
libassuan
27-
libgpgerror
28+
libgpg-error
2829
libseccomp
29-
libapparmor
3030
libselinux
3131
];
3232
prePatch = ''

nix/nixpkgs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"url": "https://github.com/nixos/nixpkgs",
3-
"rev": "64046f018f169b026bb4a4b206e5b0dfe18b0401",
4-
"date": "2024-10-05T23:34:39+01:00",
5-
"path": "/nix/store/am25xsm4bx6bhkcwinhi16a4crzr5syr-nixpkgs",
6-
"sha256": "031q3lgy6d4yrnnbrans8xci4waawkal3havnys379q6r0x79jbg",
7-
"hash": "sha256-b8l0OsgGpzO0t1vBQdXkSnESWUfaqryszZ404x8dOAw=",
3+
"rev": "43eac3c9e618c4114a3441b52949609ea2104670",
4+
"date": "2024-11-13T17:48:20+05:30",
5+
"path": "/nix/store/h9sbjsxmd5fhksm567130sw30bhvsicy-nixpkgs",
6+
"sha256": "02ysmgkrx7wjjmijjixfyfsd56jch4z088n87x1vywjlhb50p700",
7+
"hash": "sha256-AJwLyoJUcr9DP8giBD6BTJrStPOuRyljlZKfnuer2gs=",
88
"fetchLFS": false,
99
"fetchSubmodules": false,
1010
"deepClone": false,

nix/overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ self: super:
99
configureFlags = self.lib.lists.remove "--enable-fixed-path=${self.gnupg}/bin" x.configureFlags;
1010
});
1111
libassuan = (static super.libassuan);
12-
libgpgerror = (static super.libgpgerror);
12+
libgpg-error = (static super.libgpg-error);
1313
libseccomp = (static super.libseccomp);
1414
gnupg = super.gnupg.override {
1515
libusb1 = null;

0 commit comments

Comments
 (0)