Unverified Commit 2e568124 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

cowsql: 1.15.6 -> 1.15.8 (#379416)

parents ccce1544 6bd584df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cowsql";
  version = "1.15.6";
  version = "1.15.8";

  src = fetchFromGitHub {
    owner = "cowsql";
    repo = "cowsql";
    tag = "v${finalAttrs.version}";
    hash = "sha256-cr6AT/n2/6DuGK53JvGLwCkMi4+fS128qxj3X9SJYuw=";
    hash = "sha256-rwTa9owtnkyI9OpUKLk6V7WbAkqlYucpGzPnHHvKW/A=";
  };

  nativeBuildInputs = [