1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

snphost: 0.4.0 -> 0.5.0

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-09-10 15:12:22 +02:00
parent 76b5c3b2b5
commit f482820efd

View file

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "snphost";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "virtee";
repo = "snphost";
rev = "v${version}";
hash = "sha256-ChB745I+4CuN/qvWW5e5gPWBdTDJdrUMiHO3LkmTwtk=";
rev = "refs/tags/v${version}";
hash = "sha256-GaeNoLx/fV/NNUS2b2auGvylhW6MOFp98Xi0sdDV3VM=";
};
cargoHash = "sha256-yXjrTxCRI+1IMRmBYLw9+uHr9BVVhRXx6zU2q3sYf9s=";
cargoHash = "sha256-fG3MTCHfIfYeFK03Ee9uzq8e7f5NN/h8LIye7Y3+0uI=";
nativeBuildInputs = [
asciidoctor