Unverified Commit 9306e3cc authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #303161 from r-ryantm/auto-update/base16384

base16384: 2.3.0 -> 2.3.1
parents eab5b0a5 97466858
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "base16384";
  version = "2.3.0";
  version = "2.3.1";

  src = fetchFromGitHub {
    owner = "fumiama";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-FzZ8k7dkGksQvknrHoSjX1iUpIyL5xGlFTm3mgpBIig=";
    hash = "sha256-2HZeom+8eEH4CrphCoOV+wJbqhYKVUcAQrYLyEVACkQ=";
  };

  nativeBuildInputs = [ cmake ];