mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
firmware-linux-nonfree: 2017-10-09-iwlwifi-fw-2017-11-03 -> 2017-12-06-iwlwifi-fw-2017-11-15
This commit is contained in:
parent
3ec3de2ca4
commit
4fcae79002
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "firmware-linux-nonfree-${version}";
|
name = "firmware-linux-nonfree-${version}";
|
||||||
version = "2017-10-13-${src.iwlRev}";
|
version = "2017-12-06-${src.iwlRev}";
|
||||||
|
|
||||||
# The src runCommand automates the process of building a merged repository of both
|
# The src runCommand automates the process of building a merged repository of both
|
||||||
#
|
#
|
||||||
|
@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = runCommand "firmware-linux-nonfree-src-merged-${version}" {
|
src = runCommand "firmware-linux-nonfree-src-merged-${version}" {
|
||||||
shallowSince = "2017-10-01";
|
shallowSince = "2017-10-01";
|
||||||
baseRev = "85313b4aa4ef0c2ce41bbd0ffdb9b03363256f28";
|
baseRev = "7f93c9deb484c0a8f4cf59780e77dc7b0c14abe3";
|
||||||
iwlRev = "iwlwifi-fw-2017-11-15";
|
iwlRev = "iwlwifi-fw-2017-11-15";
|
||||||
|
|
||||||
# When updating this, you need to let it run with a wrong hash, in order to find out the desired hash
|
# When updating this, you need to let it run with a wrong hash, in order to find out the desired hash
|
||||||
# randomly mutate the hash to break out of fixed hash, when updating
|
# randomly mutate the hash to break out of fixed hash, when updating
|
||||||
outputHash = "0kpg1xmx5mjnqxv5n21yvvq4sl59yjpwjv9ficd054544q1v2jly";
|
outputHash = "007ncka33vkyaxnih3a36w5pnhn19wdzjl95ig7lhznzvf1bnc1w";
|
||||||
|
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
|
|
Loading…
Reference in a new issue