Merge pull request #273649 from FedericoSchonborn/gnomeExtensions.valent-unstable-2023-11-10
gnomeExtensions.valent: unstable-2023-03-18 -> unstable-2023-11-10
This commit is contained in:
commit
172a6eb26c
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-valent";
|
pname = "gnome-shell-extension-valent";
|
||||||
version = "unstable-2023-03-18";
|
version = "unstable-2023-11-10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andyholmes";
|
owner = "andyholmes";
|
||||||
repo = "gnome-shell-extension-valent";
|
repo = "gnome-shell-extension-valent";
|
||||||
rev = "e7f759047c45833cd211ef18a8554008cb1b8b12";
|
rev = "c0fad083db3c23382efca623488834054bbbd5cd";
|
||||||
hash = "sha256-ylCyQbFbzCuSM2YrLuI36eXL2qQjTt1mYewJlCywKvI=";
|
hash = "sha256-H0EjR7sYK0mepT59PoHgecbk4ksQN8Vyisf6Y+2vT8g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue