Commit d008cd93 authored by R. RyanTM's avatar R. RyanTM
Browse files

dsdcc: 1.9.3 -> 1.9.4

parent 08ba5ce8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname = "dsdcc";
  version = "1.9.3";
  version = "1.9.4";

  src = fetchFromGitHub {
    owner = "f4exb";
    repo = "dsdcc";
    rev = "v${version}";
    sha256 = "sha256-8lO2c4fkQCaVO8IM05+Rdpo6oMxoEIObBm0y08i+/0k=";
    sha256 = "sha256-EsjmU0LQOXnOoTFrnn63hAbvqbE6NVlSQTngot5Zuf4=";
  };

  nativeBuildInputs = [ cmake pkg-config ];