Merge pull request #318678 from r-ryantm/auto-update/sqlpage

sqlpage: 0.23.0 -> 0.24.0
This commit is contained in:
Weijia Wang 2024-06-28 02:04:26 +02:00 committed by GitHub
commit 97ccea29fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,13 +42,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "sqlpage";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "lovasoa";
repo = "SQLpage";
rev = "v${version}";
hash = "sha256-tb3MwH6d/xe05QiBu11iZYICp8eTkKLuQiISoY0zKTE=";
hash = "sha256-1VP5yjyQNBvaAIRhrv1fntZFqSUIAZm5X0J8xQ2HJuM=";
};
postPatch = ''
@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
"$(cat ${tomselect})"
'';
cargoHash = "sha256-/k9nNxZxyV12pyRep6cTsUoEQobb9sWKnXxQmXmVAl0=";
cargoHash = "sha256-lfiRnaTF1aLs2QU+gv7J48rZSHJdtt8U81odQ1o74R4=";
nativeBuildInputs = [
pkg-config