Merge pull request #274979 from r-ryantm/auto-update/ouch

ouch: 0.5.0 -> 0.5.1
This commit is contained in:
Vlad M 2023-12-18 18:28:16 +02:00 committed by GitHub
commit 28476abc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];