Skip to content

Commit 49cf870

Browse files
committed
chore: update firmware script
1 parent 8c9b27d commit 49cf870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/pkgs/firmware-script.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
}:
66
stdenvNoCC.mkDerivation (final: {
77
pname = "get-apple-firmware";
8-
version = "fe8c338e6cf1238a390984ba06544833ab8792d3";
8+
version = "360156db52c013dbdac0ef9d6e2cebbca46b955b";
99
src = fetchurl {
1010
url = "https://raw.github.com/t2linux/wiki/${final.version}/docs/tools/firmware.sh";
11-
hash = "sha256-DYghvLnG3DO8WmLIrT4p5yzCDWRevp3vx0wYtdTLyeY=";
11+
hash = "sha256-IL7omNdXROG402N2K9JfweretTnQujY67wKKC8JgxBo=";
1212
};
1313

1414
dontUnpack = true;

0 commit comments

Comments
 (0)