prettypst: unstable-2024-10-20 -> 2.0.0 (#382895)

This commit is contained in:
Pol Dellaiera
2025-02-17 20:20:49 +01:00
committed by GitHub
+4 -4
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "prettypst";
version = "unstable-2024-10-20";
version = "2.0.0";
src = fetchFromGitHub {
owner = "antonWetzel";
repo = "prettypst";
rev = "a724b56de0527faf0f1f1eecb17d0b847872411c";
hash = "sha256-CVvcrytEG2q6kPiGBMfy/oQCD63Gm2AenvLUhCUx6fw=";
rev = "2.0.0";
hash = "sha256-fGm3HDMJ12HlVOjLtaS2hcAzVl/jl4nqMYly0aBVRxw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-NxCc5DGbeHJ3M2V4h/u0lvzEkSbFU+rMcSnu+kJ0rXM=";
cargoHash = "sha256-zfx6SDtvn5waKWZB1gVxcvCzP+Rp7+J+txaRHoRfaBM=";
meta = {
changelog = "https://github.com/antonWetzel/prettypst/blob/${src.rev}/changelog.md";