tpnote: 1.24.0 -> 1.24.2

This commit is contained in:
kashw2 2024-04-13 00:11:44 +10:00
parent a945f3fda9
commit 1f1714519a

View File

@ -15,22 +15,23 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tpnote"; pname = "tpnote";
version = "1.24.0"; version = "1.24.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "getreu"; owner = "getreu";
repo = "tp-note"; repo = "tp-note";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-VzBLstjOkaphkBpnhXXBwg48c2s20yZKBHUrQvnahlA="; hash = "sha256-uNW1gb4zmLjOZFtxaBBEQGRGc9C2M8cSARZBa3+FC2k=";
}; };
cargoHash = "sha256-4oY1KOdMy9V9Y/sCiWx6160wvUItMvYwNp2TRZrgUZY="; cargoHash = "sha256-pOiIQU/5z/g4NbdwoYaDdxTfTkxEdddVsmuH54pCOBM=";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
pkg-config pkg-config
installShellFiles installShellFiles
]; ];
buildInputs = [ buildInputs = [
oniguruma oniguruma
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [