Merge pull request #113089 from r-ryantm/auto-update/rage

rage: 0.5.0 -> 0.5.1
This commit is contained in:
Mario Rodas 2021-02-14 09:38:22 -05:00 committed by GitHub
commit 18ce8dabcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec {
pname = "rage";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "str4d";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XSDfAsXfwSoe5JMdJtZlC324Sra+4fVJhE3/k2TthEc=";
sha256 = "sha256-oYCARqG5YwKO0b73aEMLr/xzXl6xBEMCvE1HMCtMq20=";
};
cargoSha256 = "sha256-GPr5zxeODAjD+ynp/nned9gZUiReYcdzosuEbLIKZSs=";
cargoSha256 = "sha256-vadXIdqfmol4thHIwpkQCn7HsXdxo0l+6CBm3QIJmeA=";
nativeBuildInputs = [ installShellFiles ];