mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 01:16:52 +00:00
kotatogram-desktop: 0-unstable-2024-09-01 -> 0-unstable-2024-09-27 (#345837)
This commit is contained in:
commit
a6c47dcae2
@ -31,7 +31,6 @@
|
|||||||
, rnnoise
|
, rnnoise
|
||||||
, microsoft-gsl
|
, microsoft-gsl
|
||||||
, boost
|
, boost
|
||||||
, wayland
|
|
||||||
, libicns
|
, libicns
|
||||||
, darwin
|
, darwin
|
||||||
}:
|
}:
|
||||||
@ -46,13 +45,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "kotatogram-desktop";
|
pname = "kotatogram-desktop";
|
||||||
version = "0-unstable-2024-09-01";
|
version = "0-unstable-2024-09-27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kotatogram";
|
owner = "kotatogram";
|
||||||
repo = "kotatogram-desktop";
|
repo = "kotatogram-desktop";
|
||||||
rev = "e30c1857bf38c354467f4e6a2a37b1252b4e28e6";
|
rev = "0581eb6219343b3cfcbb81124b372df1039b7568";
|
||||||
hash = "sha256-kmJeqaDAVKhMWwcazy+gGB+55Kao67RJrlLvZQ+AtqY=";
|
hash = "sha256-rvn8GZmHdMkVutLUe/LmUNIawlb9VgU3sYhPwZ2MWsI=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -114,7 +113,6 @@ stdenv.mkDerivation rec {
|
|||||||
libpulseaudio
|
libpulseaudio
|
||||||
hunspell
|
hunspell
|
||||||
jemalloc
|
jemalloc
|
||||||
wayland
|
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
|
] ++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
|
||||||
Cocoa
|
Cocoa
|
||||||
CoreFoundation
|
CoreFoundation
|
||||||
|
Loading…
Reference in New Issue
Block a user