gale: 1.9.2 -> 1.9.5 (#434891)

This commit is contained in:
isabel 2025-08-19 15:22:09 +01:00 committed by GitHub
commit d8cf467e02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "gale"; pname = "gale";
version = "1.9.2"; version = "1.9.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kesomannen"; owner = "Kesomannen";
repo = "gale"; repo = "gale";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-AADU89Nxy7dpmamRdvCSe5ItwoVsRvgQocoMKs7qUZo="; hash = "sha256-LdMuAQ7eTPiEZRxxjGdycrI53JwJQ3grK5QORPhfo50=";
}; };
postPatch = '' postPatch = ''
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoRoot = "src-tauri"; cargoRoot = "src-tauri";
buildAndTestSubdir = finalAttrs.cargoRoot; buildAndTestSubdir = finalAttrs.cargoRoot;
cargoHash = "sha256-+eSEOcmrY+3LpOssJzXHFQYKkvdacl5K6FPfcf7LTUQ="; cargoHash = "sha256-0wWU9Tf5NlYXrflIDghEwyjeR8j96CK0TATU1tWO418=";
nativeBuildInputs = [ nativeBuildInputs = [
jq jq