forked from mirrors/nixpkgs
linux-copperhead: 4.12.e -> 4.12.1.a
This commit is contained in:
parent
6131b4d52d
commit
45a2534459
|
@ -1,9 +1,9 @@
|
|||
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||
|
||||
let
|
||||
version = "4.12";
|
||||
revision = "e";
|
||||
sha256 = "1zxmfddj3nx8fd4nfxi0sxa3j9byq1dkp05plnknmi45b3ji57zh";
|
||||
version = "4.12.1";
|
||||
revision = "a";
|
||||
sha256 = "0fjw5fmxpvdhfqkr4lcpmqw8xxj92q19ya8q48yhxvv149ahcvhq";
|
||||
in
|
||||
|
||||
import ./generic.nix (args // {
|
||||
|
|
Loading…
Reference in a new issue