ouch: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2023-12-17 13:15:56 +00:00
parent b77e9f0ecc
commit 48a5a0fe53

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "ouch";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "ouch-org";
repo = "ouch";
rev = version;
hash = "sha256-WqV04GhX7lIla5BEdHRgRZsAWBSweb1HFAC9XZYqpYo=";
hash = "sha256-WO1fetu39fcLGcrbzFh+toHpnyxWuDVHtmjuH203hzQ=";
};
cargoHash = "sha256-A3YcgHed5mp7//FMoC/02KAU7Y+7YiG50eWE9tP5mF8=";
cargoHash = "sha256-OdAu7fStTJCF1JGJG9TRE1Qosy6yjKsWq01MYpbXZcg=";
nativeBuildInputs = [ installShellFiles pkg-config ];