Merge pull request #236095 from figsoda/rsign

rsign2: 0.6.2 -> 0.6.3
This commit is contained in:
Felix Bühler 2023-06-06 22:56:58 +02:00 committed by GitHub
commit a249784ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "rsign2";
version = "0.6.2";
version = "0.6.3";
src = fetchCrate {
inherit pname version;
hash = "sha256-Ono7cKXccYMmkrlsJ+Z85w8z0fEduuEQhRlHQQk0vzU=";
hash = "sha256-bJeM1HTzmC8QZ488PpqQ0qqdFg1/rjPWuTtqo1GXyHM=";
};
cargoHash = "sha256-Yuf4iTWGQp/1ZUVqaR0tKfFxKJ9JEmMLq1LL7gwf6w0=";
cargoHash = "sha256-xqNFJFNV9mIVxzyQvhv5QwHVcXLuH76VYFAsgp5hW+w=";
meta = with lib; {
description = "A command-line tool to sign files and verify signatures";