gnomeExtensions.dash-to-dock v79 -> v80
This commit is contained in:
parent
9984ca0504
commit
50bf9252cc
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-dash-to-dock";
|
pname = "gnome-shell-extension-dash-to-dock";
|
||||||
version = "79";
|
version = "80";
|
||||||
|
|
||||||
# Temporarily switched to commit hash because stable version is buggy.
|
# Temporarily switched to commit hash because stable version is buggy.
|
||||||
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 = "sha256-vqQ9nAa/avae2+0xJ5gApbAU07pawi+R6IEQ9O6DTjs=";
|
sha256 = "sha256-b9XdLd4tcgp+B8HDlJZXjpJI3x5KE/YwckKd9+VA2Sk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue