fix: update pop-shell with fix for GNOME 41 activities crash

This commit is contained in:
Felix Schröter 2021-11-30 19:31:04 +01:00
parent fc3eb14f3f
commit ea1e510ea4
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pop-shell"; pname = "pop-shell";
version = "2021-10-24"; version = "2021-10-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pop-os"; owner = "pop-os";
repo = "shell"; repo = "shell";
rev = "d39f185ee16cb024f86163ea2f7d24c7e15b695d"; rev = "4b65ee865d01436ec75a239a0586a2fa6051b8c3";
sha256 = "2RsfW6uFVl2F3eVnezD2vrOqdA4Poap5wEgtgnse8aI="; sha256 = "DHmp3kzBgbyxRe0TjER/CAqyUmD9LeRqAFQ9apQDzfk=";
}; };
nativeBuildInputs = [ glib nodePackages.typescript gjs ]; nativeBuildInputs = [ glib nodePackages.typescript gjs ];