3
0
Fork 0
forked from mirrors/nixpkgs

rage: 0.7.1 -> 0.8.0

https://github.com/str4d/rage/releases/tag/v0.8.0
This commit is contained in:
Mario Rodas 2022-05-01 04:20:00 +00:00
parent 43d7b5760b
commit 693d4164a0

View file

@ -1,20 +1,29 @@
{ lib, stdenv, rustPlatform, fetchFromGitHub, installShellFiles { lib
, Foundation, Security, libiconv }: , stdenv
, rustPlatform
, fetchFromGitHub
, installShellFiles
, Foundation
, Security
, libiconv
}:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rage"; pname = "rage";
version = "0.7.1"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "str4d"; owner = "str4d";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0OQnYc1IWYscvSw5YZH54Fh8cBasLlcVqrQcQ4MAsU8="; sha256 = "sha256-ra68q5gwcbod5iajPIWEIGQceMK8ikSq/UKUfIEYaGE=";
}; };
cargoSha256 = "sha256-31s70pgEQDw3uifmhv1iWQuzKQVc2q+f76PPnGKIYdc="; cargoSha256 = "sha256-o5HVMRWSIrCsbOEOeUvCvj+mkmjqRY3XaHx82IY73Cc=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [
installShellFiles
];
buildInputs = lib.optionals stdenv.isDarwin [ buildInputs = lib.optionals stdenv.isDarwin [
Foundation Foundation