snphost: 0.6.1 -> 0.7.0
https://github.com/virtee/snphost/releases/tag/v0.7.0 Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user