prr: 0.20.0 -> 0.21.0

This commit is contained in:
R. Ryantm
2025-10-05 00:39:35 +00:00
parent 73bb504135
commit a1dc42b356

View File

@@ -8,16 +8,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "prr"; pname = "prr";
version = "0.20.0"; version = "0.21.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "danobi"; owner = "danobi";
repo = "prr"; repo = "prr";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-duoC3TMgW+h5OrRCbqYPppMtnQBfS9R7ZpHQySgPRv4="; hash = "sha256-G8/T3Jyr0ZtY302AvYxhaC+8Ld03cVL5Cuflz62e0mw=";
}; };
cargoHash = "sha256-W66kbTk0IAThl2H35EYuXr6UAyWfhmV0DxpnABhppSQ="; cargoHash = "sha256-R3gycEs9k0VSNd0tD8Fzgbu2ibhGvXgw8H1mnSlQMug=";
buildInputs = [ openssl ]; buildInputs = [ openssl ];