nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

viceroy: 0.10.1 -> 0.10.2

+3 -3
+3 -3
pkgs/development/tools/viceroy/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "viceroy"; 5 - version = "0.10.1"; 5 + version = "0.10.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fastly"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-B6+ooPsKSsZNVyf9ObRM+iXYCsev3hztst4lU2z1p7A="; 11 + hash = "sha256-ZzzEKpD32mHn1qae002rtKNEmv2Spf3yvxpYZqHmx/I="; 12 12 }; 13 13 14 14 buildInputs = lib.optional stdenv.isDarwin Security; 15 15 16 - cargoHash = "sha256-vu/x5SAHUx/L/gBQ22spXHHpc39E+Eg7olFNRimVB2s="; 16 + cargoHash = "sha256-4Zmgp9QKyxCArQicYJ7/8Rn15wfnYVoiWAA919p3Njo="; 17 17 18 18 cargoTestFlags = [ 19 19 "--package viceroy-lib"