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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-dash-to-dock";
|
pname = "gnome-shell-dash-to-dock";
|
||||||
version = "66";
|
version = "20190921";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "micheleg";
|
owner = "micheleg";
|
||||||
repo = "dash-to-dock";
|
repo = "dash-to-dock";
|
||||||
rev = "extensions.gnome.org-v" + version;
|
# rev = "extensions.gnome.org-v" + version;
|
||||||
sha256 = "04krl6rxlp1qc97psraf2kwin7h0mx4c7pnfpi7vhplmvasrwkfh";
|
rev = "d918d29a6afced8823dc954a4317988b79aad6b8";
|
||||||
|
sha256 = "1wlmbcn8zs8xiyxhgdcbnf2igjsjg0bkcsvjpy8fk13fxshxsqx6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user