grub4dos: 0.4.6a-2016-11-09 -> 0.4.6a-2016-12-24
This commit is contained in:
parent
37e2c5378f
commit
0cfefc7c99
@ -6,13 +6,13 @@ let arch =
|
|||||||
else abort "Unknown architecture";
|
else abort "Unknown architecture";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "grub4dos-${version}";
|
name = "grub4dos-${version}";
|
||||||
version = "0.4.6a-2016-11-09";
|
version = "0.4.6a-2016-12-24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chenall";
|
owner = "chenall";
|
||||||
repo = "grub4dos";
|
repo = "grub4dos";
|
||||||
rev = "4cdcd3c1aa4907e7775aa8816ca9cf0175b78bcd";
|
rev = "ca0371bb1e2365bfe4e44031a3b8b59e8c58ce0d";
|
||||||
sha256 = "17y5wsiqcb2qk1vr8n1wlhcsj668735hj8l759n8aiydw408bl55";
|
sha256 = "0a9m7n5la3dmbfx6n5iqlfbm607r1mww0wkimn29mlsc30d8aamr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ nasm ];
|
nativeBuildInputs = [ nasm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user