Unverified Commit 30cb4588 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #244665 from figsoda/linuxwave

linuxwave: 0.1.4 -> 0.1.5
parents 9703e986 e7fac60f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "linuxwave";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = "linuxwave";
    rev = "v${version}";
    hash = "sha256-JWVQSMJNtZvs8Yg8bUM6Sb9YMt8KGElunQVIK2mUrhE=";
    hash = "sha256-5c8h9bAe3Qv7PJ3PPcwMJYKPlWsmnqshe6vLIgtdDiQ=";
    fetchSubmodules = true;
  };