Skip to content

Commit c92a215

Browse files
paq: 1.3.3 -> 1.4.0 (#471560)
2 parents 8c29619 + ed24798 commit c92a215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pa/paq/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "paq";
11-
version = "1.3.3";
11+
version = "1.4.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "gregl83";
1515
repo = "paq";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-2HlQzb3foNv/F35u7/737eJfNTsiQRCymggKAQ+mIS0=";
17+
hash = "sha256-cG1xoe0mtijR5l1T2O/6C6yTdGhSXxYaGGugllOOZoE=";
1818
};
1919

20-
cargoHash = "sha256-LlqKdJhmOYnmnZA+xh7sogcnMWgpgm5qV6vwM3n3vng=";
20+
cargoHash = "sha256-M3UtXCX4caYYaXoS8F2kKheP5qX5xac2WPNCnw94B6Q=";
2121

2222
nativeInstallCheckInputs = [ versionCheckHook ];
2323
versionCheckProgramArg = "--version";

0 commit comments

Comments
 (0)