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