Merge pull request #244665 from figsoda/linuxwave

linuxwave: 0.1.4 -> 0.1.5
This commit is contained in:
Nick Cao 2023-07-21 20:29:10 -06:00 committed by GitHub
commit 30cb458867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};