We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c29619 + ed24798 commit c92a215Copy full SHA for c92a215
pkgs/by-name/pa/paq/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "paq";
11
- version = "1.3.3";
+ version = "1.4.0";
12
13
src = fetchFromGitHub {
14
owner = "gregl83";
15
repo = "paq";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-2HlQzb3foNv/F35u7/737eJfNTsiQRCymggKAQ+mIS0=";
+ hash = "sha256-cG1xoe0mtijR5l1T2O/6C6yTdGhSXxYaGGugllOOZoE=";
18
};
19
20
- cargoHash = "sha256-LlqKdJhmOYnmnZA+xh7sogcnMWgpgm5qV6vwM3n3vng=";
+ cargoHash = "sha256-M3UtXCX4caYYaXoS8F2kKheP5qX5xac2WPNCnw94B6Q=";
21
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
versionCheckProgramArg = "--version";
0 commit comments