tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
system76-firmware: 1.0.17 -> 1.0.18
Shea Levy
5 years ago
55dc3b76
90151608
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
firmware
system76-firmware
default.nix
+3
-3
pkgs/os-specific/linux/firmware/system76-firmware/default.nix
···
2
rustPlatform.buildRustPackage rec {
3
pname = "system76-firmware";
4
# Check Makefile when updating, make sure postInstall matches make install
5
-
version = "1.0.17";
6
7
src = fetchFromGitHub {
8
owner = "pop-os";
9
repo = pname;
10
rev = version;
11
-
sha256 = "0cnrskfk3sam90lfpgsraqs4bx9yz8rxhwfs8rxdri04lakxgghg";
12
};
13
14
nativeBuildInputs = [ pkgconfig makeWrapper ];
···
17
18
cargoBuildFlags = [ "--workspace" ];
19
20
-
cargoSha256 = "06jrmxy68glcmbn9px29wc0s8pqdn26iy4jn3c246dapv1zvbb4s";
21
22
# Purposefully don't install systemd unit file, that's for NixOS
23
postInstall = ''
···
2
rustPlatform.buildRustPackage rec {
3
pname = "system76-firmware";
4
# Check Makefile when updating, make sure postInstall matches make install
5
+
version = "1.0.18";
6
7
src = fetchFromGitHub {
8
owner = "pop-os";
9
repo = pname;
10
rev = version;
11
+
sha256 = "08y65ak3y08xcl1nprwraqv9l65yqnfllbgmxyd2bppjpprwq474";
12
};
13
14
nativeBuildInputs = [ pkgconfig makeWrapper ];
···
17
18
cargoBuildFlags = [ "--workspace" ];
19
20
+
cargoSha256 = "00933zkhqd1l29ir2dgp5r1k7g24mlb2k8fmggwzplrwzw1al5h4";
21
22
# Purposefully don't install systemd unit file, that's for NixOS
23
postInstall = ''