systemfd: 0.4.4 -> 0.4.6

This commit is contained in:
Franz Pletz
2025-01-19 23:59:47 +01:00
parent 0f0e509ef5
commit aa07c2b913
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
version = "0.4.4";
version = "0.4.6";
in
rustPlatform.buildRustPackage {
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
repo = "systemfd";
owner = "mitsuhiko";
rev = version;
sha256 = "sha256-U+pBKuoMhyIOhLl1nzmxk5yFt9nOq/KZ6rx9JhalLmM=";
sha256 = "sha256-OUsQBHymoiLClRS45KE4zsyOh/Df8psP0t8aIkKNZsM=";
};
cargoHash = "sha256-k8FgdNVjFYO/lflVzRQUwHvdy4+eCNTnTYImdfy1GaQ=";
cargoHash = "sha256-4lgl/oZwxRLO88VHaHlu5/gRR9iOCIkYzRYaw5xWKGg=";
meta = {
description = "Convenient helper for passing sockets into another process";