1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

snpguest: 0.6.0 -> 0.7.0; snphost: 0.4.0 -> 0.5.0 (#341008)

This commit is contained in:
Adam C. Stephens 2024-09-10 12:09:03 -04:00 committed by GitHub
commit b0b6462eb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "snpguest";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "virtee";
repo = "snpguest";
rev = "v${version}";
hash = "sha256-9TchRaZPQKAsncs+mlHvzeie9IIVZeea/LfBLXOLuNg=";
rev = "refs/tags/v${version}";
hash = "sha256-qc7WooUJQa0+tzoS0z0GPV3N3WGM1WQ4ewZj8zUWHZE=";
};
cargoHash = "sha256-1UX5GiwH38W+IgZO+0EA3M86iWMylM8fgr48DRD187A=";
cargoHash = "sha256-GYLJGkEI7AYUxuE57fGz4NM9hZ+Z73tq8wnOzANtwnM=";
nativeBuildInputs = [ pkg-config ];

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