Unverified Commit 802a9105 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232616 from Aleksanaa/base16384

base16384: 2.2.2 -> 2.2.3
parents 199198cf 23b86ffd
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.2.2";
  version = "2.2.3";

  src = fetchFromGitHub {
    owner = "fumiama";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5Dfu88aAVtpNAwHAo+LOxe+jpgDhNdHYkWex42dCK0s=";
    hash = "sha256-E/dcicqu/i+GpLDqgkwZfEIoUxAuNGsoLLnG0blMNaw=";
  };

  nativeBuildInputs = [ cmake ];