tpnote: 1.23.10 -> 1.24.0

This commit is contained in:
R. Ryantm 2024-04-08 15:17:19 +00:00
parent f6eb921406
commit 0a2a7249a4
1 changed files with 3 additions and 3 deletions

View File

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "tpnote";
version = "1.23.10";
version = "1.24.0";
src = fetchFromGitHub {
owner = "getreu";
repo = "tp-note";
rev = "v${version}";
hash = "sha256-HOCd5N8oS8N+9alR3cG7IEghvhvcc8A+O24L6FD1F38=";
hash = "sha256-VzBLstjOkaphkBpnhXXBwg48c2s20yZKBHUrQvnahlA=";
};
cargoHash = "sha256-hI9vzPLcMaFSQpPgIf39UsWDpdHAmQ56D8pSWZ/R1aI=";
cargoHash = "sha256-4oY1KOdMy9V9Y/sCiWx6160wvUItMvYwNp2TRZrgUZY=";
nativeBuildInputs = [
cmake