snphost: 0.6.1 -> 0.7.0 (#461491)

This commit is contained in:
Moritz Sanft
2025-11-14 08:08:14 +00:00
committed by GitHub

View File

@@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "snphost"; pname = "snphost";
version = "0.6.1"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "virtee"; owner = "virtee";
repo = "snphost"; repo = "snphost";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-FvHawwoIqCiZ+Jm1itDWspaI+vDN6xDfeI11KoiO/DU="; hash = "sha256-9ztYKXZXhc+Fci8WvAyMWwdjurXL/S10ekCjaFOKWZE=";
}; };
cargoHash = "sha256-ZOXOfFYingTBq5LfJqHRf6ZdvrdY1Zve/ZMnAE25kPM="; cargoHash = "sha256-wZpb/S0g3KccaPlve3YeVFA9d1BqrtAe7tE2qlisG+M=";
nativeBuildInputs = [ nativeBuildInputs = [
asciidoctor asciidoctor