gnomeExtensions.dash-to-dock: 64 → 65
https://micheleg.github.io/dash-to-dock/release/2019/02/12/new-release-v65.html
This commit is contained in:
parent
34aa254f9e
commit
2079e72f0e
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-shell-dash-to-dock-${version}";
|
name = "gnome-shell-dash-to-dock-${version}";
|
||||||
version = "64";
|
version = "65";
|
||||||
|
|
||||||
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 = "1cfkdi4raim50wif47fly4c0lzyamysv40qd5ppr1h824bamzxcm";
|
sha256 = "0ln49l9s0yfl30pi77pz7xlmh63l9vjppi863kry5lay10dsvz47";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue