Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pkgs/by-name/vi/vicinae/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
pkg-config,
protobuf,
qt6,
rapidfuzz-cpp,
stdenv,
gcc15Stdenv,
wayland,
libxml2,
}:
stdenv.mkDerivation (finalAttrs: {
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "vicinae";
version = "0.16.11";
version = "0.16.12";

src = fetchFromGitHub {
owner = "vicinaehq";
repo = "vicinae";
tag = "v${finalAttrs.version}";
hash = "sha256-gX7bUoIP4PU0wUOW3ciyjYAInX/6VLVcEBKdQIQyzDk=";
hash = "sha256-GolXMuAvhWqljCdMo/9hlY0Vo52Bxx+dnLfYQWr9tk8=";
};

apiDeps = fetchNpmDeps {
Expand Down Expand Up @@ -72,8 +72,8 @@ stdenv.mkDerivation (finalAttrs: {
qt6.qtbase
qt6.qtsvg
qt6.qtwayland
rapidfuzz-cpp
wayland
libxml2
];

postPatch = ''
Expand Down
Loading