forked from mirrors/nixpkgs
linux-copperhead: 4.12.2.a -> 4.12.3.a
This commit is contained in:
parent
90fa9eafaf
commit
869bb2e486
|
@ -1,9 +1,9 @@
|
||||||
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
{ stdenv, hostPlatform, fetchFromGitHub, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.12.2";
|
version = "4.12.3";
|
||||||
revision = "a";
|
revision = "a";
|
||||||
sha256 = "0w3k5a30li2qz2msach9sg9qsvmjsc4mf9k3ad5dxd0667a0hygm";
|
sha256 = "0nxzpkh2ca47g6qykkfhf8qynpx3kr9vdkm9wixky159zxfj6s85";
|
||||||
in
|
in
|
||||||
|
|
||||||
import ./generic.nix (args // {
|
import ./generic.nix (args // {
|
||||||
|
|
Loading…
Reference in a new issue