material-shell: 8 -> 9 (#102286)

This commit is contained in:
David Birks
2020-11-06 11:18:18 -05:00
committed by GitHub
parent 1d15641433
commit e24e104f42
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-material-shell"; pname = "gnome-shell-extension-material-shell";
version = "8"; version = "9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "material-shell"; owner = "material-shell";
repo = "material-shell"; repo = "material-shell";
rev = version; rev = version;
sha256 = "08zc6xl2b7k7l5l6afr40ii3gnxxbysan3cqv2s9g614rbsmc62r"; sha256 = "154ids72hkkvibqpq3522wf6h9qw7zkjnf8dgz50vxbkiiy015xn";
}; };
# This package has a Makefile, but it's used for building a zip for # This package has a Makefile, but it's used for building a zip for