summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Strobel <ts468@cam.ac.uk>2015-08-02 22:50:36 +0200
committerThomas Strobel <ts468@cam.ac.uk>2015-08-02 23:03:45 +0200
commit192091dc069d86452ad0d603aa65d48042c37e59 (patch)
tree50d4c45794ee914e62b7e9e2cfdb81730715b66f
parent372e5a7dcfab16c1c01b1a5dc7a1a906967e652d (diff)
downloadnixlib-192091dc069d86452ad0d603aa65d48042c37e59.tar
nixlib-192091dc069d86452ad0d603aa65d48042c37e59.tar.gz
nixlib-192091dc069d86452ad0d603aa65d48042c37e59.tar.bz2
nixlib-192091dc069d86452ad0d603aa65d48042c37e59.tar.lz
nixlib-192091dc069d86452ad0d603aa65d48042c37e59.tar.xz
nixlib-192091dc069d86452ad0d603aa65d48042c37e59.tar.zst
nixlib-192091dc069d86452ad0d603aa65d48042c37e59.zip
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 ];