dumbpipe: 0.26.0 -> 0.27.0 (#406576)

This commit is contained in:
Wolfgang Walther 2025-06-01 10:52:12 +00:00 committed by GitHub
commit 30f8ca59f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;