0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

presenterm: 0.10.1 -> 0.11.0 (#388416)

This commit is contained in:
Pol Dellaiera 2025-03-09 14:39:37 +01:00 committed by GitHub
commit c2456f2f2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "presenterm";
version = "0.10.1";
version = "0.11.0";
src = fetchFromGitHub {
owner = "mfontanini";
repo = "presenterm";
tag = "v${version}";
hash = "sha256-ow87vKHfdstL2k73wHD06HsX28mLvTrWh5yIbo/a54M=";
hash = "sha256-R2ATN495/sk+EMYs5BBxWk8nLO1ublWKfznn075/V5c=";
};
buildInputs = [
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
];
useFetchCargoVendor = true;
cargoHash = "sha256-KpwW2lblX4aCN73jWFY9Ylp+AEbGWCu/jb/c8wTao08=";
cargoHash = "sha256-XXJGduSiPxlmcUyYp8QbTrPYI6NkoYxFA9cfsWgy1Es=";
checkFlags = [
# failed to load .tmpEeeeaQ: No such file or directory (os error 2)