feat(pop-shell): update

This commit is contained in:
Felix Schröter 2021-03-26 00:47:11 +01:00
parent 83fe2c4a63
commit c0eec00cb3
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 19 additions and 12 deletions
desktop

View file

@ -4,13 +4,13 @@ with pkgs;
let
pop-shell = stdenv.mkDerivation rec {
pname = "pop-shell";
version = "1.2.0";
version = "2021-03-16";
src = fetchFromGitHub {
owner = "pop-os";
repo = "shell";
rev = version;
sha256 = "1ba1nrnk4cqgjx5mygqdkw74xlankrkiib9rw0vwkjcgv9bj024a";
rev = "77650a9aafa2f7adc328424e36dc91705411feb4";
sha256 = "0dff8gl83kx2qzzybk9hxbszv9p8qw8j40qirvfbx6mly7sqknng";
};
nativeBuildInputs = [ glib nodePackages.typescript ];