feat: update pop-shell

This commit is contained in:
Felix Schröter 2020-06-24 12:44:17 +02:00
parent 86d8a84130
commit 4491f8a4d6
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -9,8 +9,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "shell"; repo = "shell";
rev = "ff5f37434f078fa120537d9e154a538b523f1cea"; rev = "830dd7a9177d9ebebb0024d2fc5312caa485c099";
sha256 = "0f1svpd8k8b7ggvgfsfwvsix9y9jjcfxw4plk9m781r9zp9q8ds5"; sha256 = "1ygqzmvh6fjl1yc9rxb9mmis7ywaxqfnx6hn3clhl4y3vv5f19gn";
}; };
nativeBuildInputs = [ glib ]; nativeBuildInputs = [ glib ];