···23stdenv.mkDerivation rec {
4 pname = "gnome-shell-extension-material-shell";
5- version = "9";
67 src = fetchFromGitHub {
8 owner = "material-shell";
9 repo = "material-shell";
10 rev = version;
11- sha256 = "154ids72hkkvibqpq3522wf6h9qw7zkjnf8dgz50vxbkiiy015xn";
12 };
1314 # This package has a Makefile, but it's used for building a zip for
···23stdenv.mkDerivation rec {
4 pname = "gnome-shell-extension-material-shell";
5+ version = "10";
67 src = fetchFromGitHub {
8 owner = "material-shell";
9 repo = "material-shell";
10 rev = version;
11+ sha256 = "18d813n8s7ns8xp75zmlna7a8mi23rn9yqps51xvdd0sdgn72a1c";
12 };
1314 # This package has a Makefile, but it's used for building a zip for