jaq: 2.1.1 -> 2.2.0 (#401887)

authored by Gaétan Lepage and committed by GitHub 8062dd97 8d044ffe

+3 -3
+3 -3
pkgs/by-name/ja/jaq/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "jaq"; 11 - version = "2.1.1"; 12 13 src = fetchFromGitHub { 14 owner = "01mf02"; 15 repo = "jaq"; 16 tag = "v${version}"; 17 - hash = "sha256-8RP895GXoQOgMAfkfHIxCm0R2lmG+W3/H+xjcqSc3JM="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-movx0ahUD20OvLPZiLfXwN5tEkytUk9Q3cOTV1SJcvw="; 22 23 nativeInstallCheckInputs = [ 24 versionCheckHook
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "jaq"; 11 + version = "2.2.0"; 12 13 src = fetchFromGitHub { 14 owner = "01mf02"; 15 repo = "jaq"; 16 tag = "v${version}"; 17 + hash = "sha256-mVC2aggfcEpCtriuz/s4JL8mYkrlyAQLnaN5vyfcW3s="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-ZZLp3Vwq013MPxKy9gTZ1yMi2O0QcDPgFw5YnrYt90I="; 22 23 nativeInstallCheckInputs = [ 24 versionCheckHook