gnomeExtensions.dash-to-dock: 66 -> 20190921
There's still no official release for gnome-3.34
This commit is contained in:
parent
0038189df8
commit
4b3942b75a
@ -2,13 +2,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-dash-to-dock";
|
||||
version = "66";
|
||||
version = "20190921";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "micheleg";
|
||||
repo = "dash-to-dock";
|
||||
rev = "extensions.gnome.org-v" + version;
|
||||
sha256 = "04krl6rxlp1qc97psraf2kwin7h0mx4c7pnfpi7vhplmvasrwkfh";
|
||||
# rev = "extensions.gnome.org-v" + version;
|
||||
rev = "d918d29a6afced8823dc954a4317988b79aad6b8";
|
||||
sha256 = "1wlmbcn8zs8xiyxhgdcbnf2igjsjg0bkcsvjpy8fk13fxshxsqx6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user