about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 15:13:40 +0000
committerGitHub <noreply@github.com>2021-12-11 15:13:40 +0000
commit444503997b1d573e53e06aa2363a558c80d48b1b (patch)
tree90e8ccfb8d740eb7d7b2cb34dc315c5f60f05947 /pkgs/os-specific
parent9c2e7ee9a57661a99df5bc3da5cb80f6471b036f (diff)
parent6ac74b47e286bdb9630e75451fc0c6208506c373 (diff)
Merge pull request #150256 from r-ryantm/auto-update/brillo
brillo: 1.4.9 -> 1.4.10
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/brillo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/brillo/default.nix b/pkgs/os-specific/linux/brillo/default.nix
index 0736a13ce12e8..246aa471c2a90 100644
--- a/pkgs/os-specific/linux/brillo/default.nix
+++ b/pkgs/os-specific/linux/brillo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "brillo";
-  version = "1.4.9";
+  version = "1.4.10";
 
   src = fetchFromGitLab {
     owner= "cameronnemo";
     repo= "brillo";
     rev= "v${version}";
-    sha256 = "0ab7s60zcgl6hvm0a9rlwq35p25n3jnw6r9256pwl4cdwyjyybsb";
+    sha256 = "sha256-x8K6CMkOyR+kWRlqa/BmJogZo41LvsL1kfz6CZ5PaUI=";
   };
 
   patches = [