rsign2: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm
2025-11-03 18:58:46 +00:00
parent 69981fe5cc
commit 34facc87d8
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "rsign2";
version = "0.6.4";
version = "0.6.5";
src = fetchCrate {
inherit pname version;
hash = "sha256-SmrTMMHnB5r0K6zL9B2qJwyywFxUTidQDejnFsOTT4E=";
hash = "sha256-cjucecEg5ERPsiaDuGESf2u9RTYHpQmHwWPnx1ask0I=";
};
cargoHash = "sha256-eWPZROftFA0pTgFDl4AuUP5yO863ar+HAcjCRk5c+cA=";
cargoHash = "sha256-pVEv7FST/jm4YNoU8T48/an2MsqboHXc+PMPYf13pKQ=";
meta = with lib; {
description = "Command-line tool to sign files and verify signatures";