summary refs log tree commit diff
diff options
context:
space:
mode:
authorts468 <ts468@users.noreply.github.com>2015-08-03 01:25:38 +0200
committerts468 <ts468@users.noreply.github.com>2015-08-03 01:25:38 +0200
commite7e7564c62fb04cf1d006b7d67d07f53342f7953 (patch)
tree5d7dd923c51d0c575157a28725655db29712d8cb
parentb49fc966177fba9bd2e284977b7c7986393fdf18 (diff)
parent192091dc069d86452ad0d603aa65d48042c37e59 (diff)
downloadnixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.tar
nixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.tar.gz
nixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.tar.bz2
nixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.tar.lz
nixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.tar.xz
nixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.tar.zst
nixlib-e7e7564c62fb04cf1d006b7d67d07f53342f7953.zip
Merge pull request #9091 from ts468/upstream.trustedGRUB2
trustedGRUB2: git -> 1.2.0
-rw-r--r--pkgs/tools/misc/grub/trusted.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/grub/trusted.nix b/pkgs/tools/misc/grub/trusted.nix
index 790870cf302f..315c7145cbe3 100644
--- a/pkgs/tools/misc/grub/trusted.nix
+++ b/pkgs/tools/misc/grub/trusted.nix
@@ -11,7 +11,7 @@ let
 
   inPCSystems = any (system: stdenv.system == system) (mapAttrsToList (name: _: name) pcSystems);
 
-  version = "2.0-git-2015-07-04";
+  version = "1.2.0";
 
   unifont_bdf = fetchurl {
     url = "http://unifoundry.com/unifont-5.1.20080820.bdf.gz";
@@ -28,12 +28,12 @@ let
 in (
 
 stdenv.mkDerivation rec {
-  name = "trustedGRUB-${version}";
+  name = "trustedGRUB2-${version}";
 
   src = fetchgit {
     url = "https://github.com/Sirrix-AG/TrustedGRUB2";
-    rev = "1865d07bdef7f39916790c77103fb85e99de14a4";
-    sha256 = "e6bd9edfeb653e98e585fd691a31533b649b2fca1f4a903c70f6ea371014c9f7";
+    rev = "1ff54a5fbe02ea01df5a7de59b1e0201e08d4f76";
+    sha256 = "8c17bd7e14dd96ae9c4e98723f4e18ec6b21d45ac486ecf771447649829d0b34";
   };
 
   nativeBuildInputs = [ autogen flex bison python autoconf automake ];