sqlpage: 0.44.1 -> 0.45.0

(cherry picked from commit 2fb4956dac)
This commit is contained in:
R. Ryantm
2026-07-21 22:42:23 +00:00
committed by github-actions[bot]
parent 64c55752ca
commit 27eae25e11

View File

@@ -42,13 +42,13 @@ in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sqlpage";
version = "0.44.1";
version = "0.45.0";
src = fetchFromGitHub {
owner = "sqlpage";
repo = "SQLpage";
tag = "v${finalAttrs.version}";
hash = "sha256-QpengTtKBLJga/LXcN3oPuXDru1zr9Ti/Qpb0tfiEYc=";
hash = "sha256-vHTzF9CK5BjV9iPvwVsj1jNElaBGsAim3Ia2WcSzDMM=";
};
postPatch = ''
@@ -76,7 +76,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail "copy_url_to_opened_file(&client, sprite_url, &mut sprite_content).await;" "sprite_content = std::fs::read(sprite_url).unwrap();"
'';
cargoHash = "sha256-w4GfkC+sAJRQgo9GEYm4buv+Q8id84wgRSV1WczZUBI=";
cargoHash = "sha256-ZT1le+YtArIebctgIZFUPk3AKPCDug8R2+dJjZiw028=";
nativeBuildInputs = [ pkg-config ];