pict-rs: 0.5.16 -> 0.5.19

This commit is contained in:
R. Ryantm
2025-05-21 13:32:09 +00:00
parent 74fd8e36e6
commit c34df98ee8
+3 -3
View File
@@ -13,18 +13,18 @@
rustPlatform.buildRustPackage rec {
pname = "pict-rs";
version = "0.5.16";
version = "0.5.19";
src = fetchFromGitea {
domain = "git.asonix.dog";
owner = "asonix";
repo = pname;
rev = "v${version}";
sha256 = "sha256-q0h+H3260CSpZemVuyaiwSHDi8yKXUX8Df9ih3IzAWo=";
sha256 = "sha256-ifuN3Kb7Hhq8H/eoZcumO5yyrxOCA+nWQQvAdFk7w2Q=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-JJB5d9N2/tu2SYudNNguQGocQdyFAMvBea/Q3V7pYOw=";
cargoHash = "sha256-wZRWusETLl32BJy5lza4Bvix500VkpXLUpQb5aO8yJ0=";
# needed for internal protobuf c wrapper library
PROTOC = "${protobuf}/bin/protoc";