Merge pull request #303626 from kashw2/tpnote

tpnote:  1.24.0 -> 1.24.2
This commit is contained in:
Weijia Wang 2024-04-12 23:16:16 +02:00 committed by GitHub
commit e38109ac9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

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