From 4d521ebc2afb76ba547baec476b4ecf594aaf333 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 29 Jun 2023 14:26:28 -0400 Subject: [PATCH] linuxwave: 0.1.3 -> 0.1.4 Diff: https://github.com/orhun/linuxwave/compare/v0.1.3...v0.1.4 Changelog: https://github.com/orhun/linuxwave/blob/v0.1.4/CHANGELOG.md --- pkgs/tools/audio/linuxwave/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/audio/linuxwave/default.nix b/pkgs/tools/audio/linuxwave/default.nix index 6c3d6ce2f1b7..0b8bcc6ca331 100644 --- a/pkgs/tools/audio/linuxwave/default.nix +++ b/pkgs/tools/audio/linuxwave/default.nix @@ -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; };