Merge pull request #240578 from figsoda/linuxwave

linuxwave: 0.1.3 -> 0.1.4
This commit is contained in:
Nick Cao
2023-06-30 09:19:25 +08:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "linuxwave";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "orhun";
repo = "linuxwave";
rev = "v${version}";
hash = "sha256-e+QTteyHAyYmU4vb86Ju92DxNFFX01g/rsViNI5ba1s=";
hash = "sha256-JWVQSMJNtZvs8Yg8bUM6Sb9YMt8KGElunQVIK2mUrhE=";
fetchSubmodules = true;
};