Skip to content

Commit

Permalink
gnomeExtensions.valent: unstable-2023-11-10 -> 1.0.0.alpha.46 (NixOS#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 4, 2025
2 parents c9d472d + 25baa10 commit 0561c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome/extensions/valent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-extension-valent";
version = "unstable-2023-11-10";
version = "1.0.0.alpha.46";

src = fetchFromGitHub {
owner = "andyholmes";
repo = "gnome-shell-extension-valent";
rev = "c0fad083db3c23382efca623488834054bbbd5cd";
hash = "sha256-H0EjR7sYK0mepT59PoHgecbk4ksQN8Vyisf6Y+2vT8g=";
rev = "v${version}";
hash = "sha256-OY0fxO6IYg7xukYYuK0QM9YriaEAlM2dH6t8Wv3XKIs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 0561c64

Please sign in to comment.