gale: 1.9.1 -> 1.9.2 (#430237)

Co-authored-by: notohh <contact@notohh.dev>

authored by nixpkgs-merge-bot[bot] notohh and committed by GitHub 6f8670e8 2d0600ab

+3 -3
+3 -3
pkgs/by-name/ga/gale/package.nix
··· 20 21 rustPlatform.buildRustPackage (finalAttrs: { 22 pname = "gale"; 23 - version = "1.9.1"; 24 25 src = fetchFromGitHub { 26 owner = "Kesomannen"; 27 repo = "gale"; 28 tag = finalAttrs.version; 29 - hash = "sha256-43vp2y+cZFIh9SDWFr0ndOLBsdGDiwW1qn77G+/JWpo="; 30 }; 31 32 postPatch = '' ··· 42 cargoRoot = "src-tauri"; 43 buildAndTestSubdir = finalAttrs.cargoRoot; 44 45 - cargoHash = "sha256-1kIPNLoM4HYir2o04u+xkmKJTOEle2WTUm2446n2wiE="; 46 47 nativeBuildInputs = [ 48 jq
··· 20 21 rustPlatform.buildRustPackage (finalAttrs: { 22 pname = "gale"; 23 + version = "1.9.2"; 24 25 src = fetchFromGitHub { 26 owner = "Kesomannen"; 27 repo = "gale"; 28 tag = finalAttrs.version; 29 + hash = "sha256-AADU89Nxy7dpmamRdvCSe5ItwoVsRvgQocoMKs7qUZo="; 30 }; 31 32 postPatch = '' ··· 42 cargoRoot = "src-tauri"; 43 buildAndTestSubdir = finalAttrs.cargoRoot; 44 45 + cargoHash = "sha256-+eSEOcmrY+3LpOssJzXHFQYKkvdacl5K6FPfcf7LTUQ="; 46 47 nativeBuildInputs = [ 48 jq