Commit 532fae24 authored by R. RyanTM's avatar R. RyanTM
Browse files

libcdada: 0.4.0 -> 0.5.2

parent a6af0d92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "libcdada";
  version = "0.4.0";
  version = "0.5.2";

  src = fetchFromGitHub {
    owner = "msune";
    repo = "libcdada";
    rev = "v${version}";
    hash = "sha256-vUasCukDRZYB67eu87ckEZG9i6rsNf0aKY2kZsVezRE=";
    hash = "sha256-rrBmsXBatvaf/u/UVHpTm9YUo+gsQv1rtuprpRF/3kU=";
  };

  nativeBuildInputs = [