feat(desktop): update pop-shell

This commit is contained in:
Felix Schröter 2020-03-16 10:33:39 +01:00
parent e8ec19ae9b
commit f8fef2d028
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -9,8 +9,8 @@ let
src = fetchFromGitHub {
owner = "pop-os";
repo = "shell";
rev = "ad4f28cbf185b35d8cb3e8710dabee80737156ce";
sha256 = "0a312ilbip6gd4ppff8kjr77ilcbwn3wksf2x8ppj0nhfmrich6n";
rev = "c7bd5fc69adb842cc7e2503bca69b75963d01083";
sha256 = "0xdxdhhf3g3vxs97p4iik7swzgqbi2n7y71214mah5nbhwx15mxn";
};
nativeBuildInputs = [ glib ];