mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove version number from bottompanel
This commit is contained in:
parent
e59ba1d8d5
commit
66f5c4bdcb
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-bottompanel";
|
pname = "gnome-shell-extension-bottompanel";
|
||||||
version = "1901";
|
version = "72d07b98276d48bd580ea731a0f49f46018d556d";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Thoma5";
|
owner = "Thoma5";
|
||||||
repo = "gnome-shell-extension-bottompanel";
|
repo = "gnome-shell-extension-bottompanel";
|
||||||
rev = "72d07b98276d48bd580ea731a0f49f46018d556d";
|
rev = version;
|
||||||
sha256 = "1hpp39cpfd5h7x3j1b3nfly7c98sj10xqnwcmsr3d4jxkwh2vsbl";
|
sha256 = "1hpp39cpfd5h7x3j1b3nfly7c98sj10xqnwcmsr3d4jxkwh2vsbl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue