mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
gnomeExtensions.dash-to-panel: 26 -> 31
This commit is contained in:
parent
fbca8c8b9f
commit
66268bfe2c
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-dash-to-panel";
|
||||
version = "26";
|
||||
version = "31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-sweet-gnome";
|
||||
repo = "dash-to-panel";
|
||||
rev = "v${version}";
|
||||
sha256 = "1phfx2pblygpcvsppsqqqflm7qnz46mqkw29hj0nv2dn69hf4xbc";
|
||||
sha256 = "A8Ft+tLNv8KlTnVUzrWGavBWpP0u2rhkuG5LZls1A24=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "An icon taskbar for Gnome Shell";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ mounium ];
|
||||
homepage = https://github.com/jderose9/dash-to-panel;
|
||||
homepage = "https://github.com/jderose9/dash-to-panel";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user