systemfd: 0.4.3 -> 0.4.4 (#341061)

This commit is contained in:
adisbladis 2024-09-11 12:14:21 +12:00 committed by GitHub
commit 64be47a9ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";