brillo: 1.4.9 -> 1.4.10

This commit is contained in:
R. Ryantm 2021-12-11 14:35:26 +00:00
parent 9f329731b5
commit 6ac74b47e2

View File

@ -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 = [