Unverified Commit de4fa967 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #318874 from guiguid/patch-9

sqlpage : 0.22.0 -> 0.23.0
parents 706ee44d 7e854568
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@ in

rustPlatform.buildRustPackage rec {
  pname = "sqlpage";
  version = "0.22.0";
  version = "0.23.0";

  src = fetchFromGitHub {
    owner = "lovasoa";
    repo = "SQLpage";
    rev = "v${version}";
    hash = "sha256-FSMf1B/2ZyOikkwmt3YLtKYs7NCf3N91SKQK73kWieQ=";
    hash = "sha256-tb3MwH6d/xe05QiBu11iZYICp8eTkKLuQiISoY0zKTE=";
  };

  postPatch = ''
@@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
      "$(cat ${tomselect})"
    '';

  cargoHash = "sha256-uDeQ6/hKJFD747sUeQbpQIIzbpcvQfsTbbx68m1GAKY=";
  cargoHash = "sha256-/k9nNxZxyV12pyRep6cTsUoEQobb9sWKnXxQmXmVAl0=";

  nativeBuildInputs = [
    pkg-config