gnomeExtensions.no-title-bar: 8 -> 9
This commit is contained in:
parent
999cd7f8dc
commit
55cbc8b0e9
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-shell-extension-no-title-bar-${version}";
|
name = "gnome-shell-extension-no-title-bar-${version}";
|
||||||
version = "8";
|
version = "9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "franglais125";
|
owner = "franglais125";
|
||||||
repo = "no-title-bar";
|
repo = "no-title-bar";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0n3ayf7k2icy913sjl1d6iwm21i8fivv0f7wj7gck8q7q2j7i3bz";
|
sha256 = "02zm61fg40r005fn2rvgrbsz2hbcsmp2hkhyilqbmpilw35y0nbq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue