snx-rs: 4.4.3 -> 4.4.4 (#419189)

Co-authored-by: Shavyn <Shavyn@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Shavyn and committed by GitHub 9fa3b1ec 0fad7fd1

+3 -3
+3 -3
pkgs/by-name/sn/snx-rs/package.nix
··· 14 }: 15 rustPlatform.buildRustPackage rec { 16 pname = "snx-rs"; 17 - version = "4.4.3"; 18 19 src = fetchFromGitHub { 20 owner = "ancwrd1"; 21 repo = "snx-rs"; 22 tag = "v${version}"; 23 - hash = "sha256-dGK+52sOyJs4P3SfTdjPPSbBgSyVGFHcNw45Jed6aVo="; 24 }; 25 26 passthru.updateScript = nix-update-script { }; ··· 48 ]; 49 50 useFetchCargoVendor = true; 51 - cargoHash = "sha256-9yZ8TSWy+S1sNS4cnJvEi7Ttt8zqF4PkxR5/FzVg4Ds="; 52 53 doInstallCheck = true; 54 versionCheckProgram = "${placeholder "out"}/bin/snx-rs";
··· 14 }: 15 rustPlatform.buildRustPackage rec { 16 pname = "snx-rs"; 17 + version = "4.4.4"; 18 19 src = fetchFromGitHub { 20 owner = "ancwrd1"; 21 repo = "snx-rs"; 22 tag = "v${version}"; 23 + hash = "sha256-FVrj26pQthy6gY6UWXD4ACvy0/PPLXM0zrGOIjXl07U="; 24 }; 25 26 passthru.updateScript = nix-update-script { }; ··· 48 ]; 49 50 useFetchCargoVendor = true; 51 + cargoHash = "sha256-ZzVTl1IVTAut+7o9QXaPDk8QCemRt2EoYX/Wi0RXJ3U="; 52 53 doInstallCheck = true; 54 versionCheckProgram = "${placeholder "out"}/bin/snx-rs";