We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d472d + 25baa10 commit 0561c64Copy full SHA for 0561c64
pkgs/desktops/gnome/extensions/valent/default.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation rec {
9
pname = "gnome-shell-extension-valent";
10
- version = "unstable-2023-11-10";
+ version = "1.0.0.alpha.46";
11
12
src = fetchFromGitHub {
13
owner = "andyholmes";
14
repo = "gnome-shell-extension-valent";
15
- rev = "c0fad083db3c23382efca623488834054bbbd5cd";
16
- hash = "sha256-H0EjR7sYK0mepT59PoHgecbk4ksQN8Vyisf6Y+2vT8g=";
+ rev = "v${version}";
+ hash = "sha256-OY0fxO6IYg7xukYYuK0QM9YriaEAlM2dH6t8Wv3XKIs=";
17
};
18
19
nativeBuildInputs = [
0 commit comments