0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

viceroy: 0.12.0 -> 0.12.1

This commit is contained in:
Rafael Fernández López 2024-10-08 08:01:48 +02:00
parent 7632ac7cac
commit c201fd22fd

View file

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "viceroy"; pname = "viceroy";
version = "0.12.0"; version = "0.12.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fastly"; owner = "fastly";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0jED0Ju7ojqDxfEjZKmWuCfGR830/gJF5p+QtcVajIY="; hash = "sha256-VzeHebbeqW+Tn1ZEiJRdfxJlWLg9Gf5+5dAaqPoTtP0=";
}; };
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security; buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
cargoHash = "sha256-rSZe/MrJlbB0oaAsKg38mEnS3pqe9Rk4/aoRuLlOUFc="; cargoHash = "sha256-WQzY4fh+plyJCBkJJ/4kgUZ8bEWzL5CVGX67LTu4rnI=";
cargoTestFlags = [ cargoTestFlags = [
"--package viceroy-lib" "--package viceroy-lib"