Skip to content

Commit

Permalink
gnomeExtensions.pano: remove "v" prefix in version
Browse files Browse the repository at this point in the history
The version string must start with a digit per nixpkgs versioning guideline.
  • Loading branch information
HeitorAugustoLN committed Feb 10, 2025
1 parent 668f992 commit 7394d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome/extensions/extensionOverrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ super: lib.trivial.pipe super [
}))

(patchExtension "[email protected]" (final: prev: {
version = "v23-alpha3";
version = "23-alpha3";
src = fetchzip {
url = "https://github.com/oae/gnome-shell-pano/releases/download/${final.version}/[email protected]";
url = "https://github.com/oae/gnome-shell-pano/releases/download/v${final.version}/[email protected]";
hash = "sha256-LYpxsl/PC8hwz0ZdH5cDdSZPRmkniBPUCqHQxB4KNhc=";
stripRoot = false;
};
Expand Down

0 comments on commit 7394d01

Please sign in to comment.