dumbpipe: 0.26.0 -> 0.27.0

This commit is contained in:
R. Ryantm 2025-05-12 21:12:50 +00:00
parent 4c40e81b38
commit 13be312711

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "dumbpipe";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "n0-computer";
repo = "dumbpipe";
rev = "v${version}";
hash = "sha256-xQHVEJ+EgsrboXbPg7pGXXMjyedSLooqkTt/yYZACSo=";
hash = "sha256-IF9KL5Rf7PsM8T/ZdFfycFRDUGmpAqdWyCPFaCGN/ko=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-uuY0nh4VHzyM7+cbgyycr5I3IjE0OeQ0eg12qVXe4BQ=";
cargoHash = "sha256-qrFARMY5kjxirCJvCW5O1QPU+yaAh16AvULGqbKUY+w=";
__darwinAllowLocalNetworking = true;