Merge pull request #297792 from getreu/master

tpnote: 1.23.9 -> 1.23.10

authored by Pol Dellaiera and committed by GitHub 7b8f8499 c902226b

+2 -2
+2 -2
pkgs/by-name/tp/tpnote/package.nix
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "tpnote"; 18 - version = "1.23.9"; 19 20 src = fetchFromGitHub { 21 owner = "getreu"; ··· 24 hash = "sha256-HOCd5N8oS8N+9alR3cG7IEghvhvcc8A+O24L6FD1F38="; 25 }; 26 27 - cargoHash = "sha256-T1AYiwGPolYUhJQzTyR7v5dqqNFUCSfSBzU3CithZPw="; 28 29 nativeBuildInputs = [ 30 cmake
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "tpnote"; 18 + version = "1.23.10"; 19 20 src = fetchFromGitHub { 21 owner = "getreu"; ··· 24 hash = "sha256-HOCd5N8oS8N+9alR3cG7IEghvhvcc8A+O24L6FD1F38="; 25 }; 26 27 + cargoHash = "sha256-hI9vzPLcMaFSQpPgIf39UsWDpdHAmQ56D8pSWZ/R1aI="; 28 29 nativeBuildInputs = [ 30 cmake