Unverified Commit d8aaa805 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #183502 from r-ryantm/auto-update/libspecbleach

libspecbleach: 0.1.2 -> 0.1.6
parents effc5bd4 7a77ef96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "libspecbleach";
  version = "0.1.2";
  version = "0.1.6";

  src = fetchFromGitHub {
    owner = "lucianodato";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-WmUl8rA/+V+hv7FPG/5Or6aAQVqt1rIJtdb53KhSmuo=";
    sha256 = "sha256-Tw5nrGVAeoiMH00efJwcU+QLmKDZZTXHQPSV9x789TM=";
  };

  nativeBuildInputs = [ meson ninja pkg-config ];