figsoda 2023-06-29 14:26:28 -04:00
parent f782b652f3
commit 4d521ebc2a

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