Skip to content

Commit

Permalink
patchy: 1.2.7 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-thevenet committed Jan 31, 2025
1 parent 74b693f commit 86d9ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pa/patchy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
versionCheckHook,
}:
let
version = "1.2.7";
version = "1.3.0";
in
rustPlatform.buildRustPackage {
pname = "patchy";
Expand All @@ -16,9 +16,9 @@ rustPlatform.buildRustPackage {
owner = "nik-rev";
repo = "patchy";
tag = "v${version}";
hash = "sha256-Npb+qcguxZAvWggJC5NtxCeUCU/nOtjCbK5gfkDTkfw=";
hash = "sha256-7WAdfbnvsmaD8fMCJQ8dQenCDmLLxjVTj2DGcAhMxcg=";
};
cargoHash = "sha256-vtKIDmfKSSZjorIGQ13OYrdmzabS5//j2/n7kJC9O7k=";
cargoHash = "sha256-sBAGZbPuCt3p8yuUmJqQA7TYMCWOn7F2FkITZpyY9kQ=";

nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
Expand Down

0 comments on commit 86d9ea0

Please sign in to comment.