systemfd: 0.4.3 -> 0.4.4

This commit is contained in:
R. Ryantm 2024-09-10 17:17:18 +00:00
parent ab775a195f
commit 2054510660

View File

@ -4,7 +4,7 @@
}:
let
version = "0.4.3";
version = "0.4.4";
in
rustPlatform.buildRustPackage {
@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
repo = "systemfd";
owner = "mitsuhiko";
rev = version;
sha256 = "sha256-Ypt9/dqDrurhiEhahVk8gG3QxP2ZKTeL7F0IVUGE8Kw=";
sha256 = "sha256-U+pBKuoMhyIOhLl1nzmxk5yFt9nOq/KZ6rx9JhalLmM=";
};
cargoHash = "sha256-1t+yYqPDMEI39kieGkm+EUVzDBsTlDWQ7iGyjepjc7s=";
cargoHash = "sha256-k8FgdNVjFYO/lflVzRQUwHvdy4+eCNTnTYImdfy1GaQ=";
meta = {
description = "Convenient helper for passing sockets into another process";