gnomeExtensions.material-shell: 9 -> 10 (#103628)

This commit is contained in:
David Birks 2020-11-12 18:13:46 -05:00 committed by GitHub
parent df89889a67
commit b1680e3f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-material-shell"; pname = "gnome-shell-extension-material-shell";
version = "9"; version = "10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "material-shell"; owner = "material-shell";
repo = "material-shell"; repo = "material-shell";
rev = version; rev = version;
sha256 = "154ids72hkkvibqpq3522wf6h9qw7zkjnf8dgz50vxbkiiy015xn"; sha256 = "18d813n8s7ns8xp75zmlna7a8mi23rn9yqps51xvdd0sdgn72a1c";
}; };
# 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