sqlpage : 0.22.0 -> 0.23.0

This commit is contained in:
Guillaume DELVIT 2024-06-10 20:44:24 +02:00 committed by GitHub
parent dcfcc14e97
commit 7e854568cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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