mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
trippy: 0.12.2 -> 0.13.0 (#405348)
This commit is contained in:
commit
e647c288f1
1 changed files with 3 additions and 3 deletions
|
@ -8,19 +8,19 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "trippy";
|
pname = "trippy";
|
||||||
version = "0.12.2";
|
version = "0.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fujiapple852";
|
owner = "fujiapple852";
|
||||||
repo = "trippy";
|
repo = "trippy";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-LRO2blzzSaYjQVmXpN2aF3qPhfzCrbyc9R7C11UVyV8=";
|
hash = "sha256-+WLWtHguDm23VLjZ4aQnyLAnE/uynONj8lsfVMTTuwY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-+PaSLq++tKA6dy4CI1EYrEDdXi2TI9XHjvMLfwDp/HA=";
|
cargoHash = "sha256-kVqj+rYPxfv/9h+HDdSL5jU6DoU5KoJVVQot4O4WVNc=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--package trippy" ];
|
cargoBuildFlags = [ "--package trippy" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue