sqlpage: 0.44.0 -> 0.44.1

This commit is contained in:
R. Ryantm 2026-06-21 02:51:56 +00:00
commit 098ed92060

View file

@ -42,13 +42,13 @@ in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sqlpage";
version = "0.44.0";
version = "0.44.1";
src = fetchFromGitHub {
owner = "sqlpage";
repo = "SQLpage";
tag = "v${finalAttrs.version}";
hash = "sha256-qhfJHzPUBQZ6GKGet/6IZfU5zjKXqDxftJX3ylVwOQE=";
hash = "sha256-QpengTtKBLJga/LXcN3oPuXDru1zr9Ti/Qpb0tfiEYc=";
};
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-VNKRXzy9TQdNlk/kEfFKBEWALP/r+hBcd32n6bwK/J0=";
cargoHash = "sha256-w4GfkC+sAJRQgo9GEYm4buv+Q8id84wgRSV1WczZUBI=";
nativeBuildInputs = [ pkg-config ];