brillo: 1.4.10 -> 1.4.11

This commit is contained in:
R. Ryantm 2022-12-16 12:25:09 +00:00 committed by Bobby Rong
parent 76672661b9
commit 4b3364fcb7

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "brillo";
version = "1.4.10";
version = "1.4.11";
src = fetchFromGitLab {
owner= "cameronnemo";
repo= "brillo";
rev= "v${version}";
sha256 = "sha256-x8K6CMkOyR+kWRlqa/BmJogZo41LvsL1kfz6CZ5PaUI=";
sha256 = "sha256-R83Zx0dw9bmCF5kHTNYoNzCmJZK3cVzXNb30qAUexFc=";
};
patches = [