Unverified Commit e93da03a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #335284 from r-ryantm/auto-update/sqlitecpp

sqlitecpp: 3.3.1 -> 3.3.2
parents 7da70ba0 989ea6ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sqlitecpp";
  version = "3.3.1";
  version = "3.3.2";

  src = fetchFromGitHub {
    owner = "SRombauts";
    repo = "sqlitecpp";
    rev = finalAttrs.version;
    sha256 = "sha256-8l1JRaE7w9vJ4bCSLGAk9zwYHDFeKkBi9pE5fUJfLRc=";
    sha256 = "sha256-rsVFk4FsonrwpBd3TonkxilwWeOBocH8AyeB+71OBdI=";
  };

  nativeBuildInputs = [