From d4a5b28e3d9cfe31925ec37bfeb0c9195848d866 Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Wed, 7 Apr 2021 17:48:33 +0300 Subject: [PATCH] noisetorch: 0.9.0 -> 0.10.1 --- pkgs/applications/audio/noisetorch/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/noisetorch/default.nix b/pkgs/applications/audio/noisetorch/default.nix index fea6e097de7..6f63bf542f4 100644 --- a/pkgs/applications/audio/noisetorch/default.nix +++ b/pkgs/applications/audio/noisetorch/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "NoiseTorch"; - version = "0.9.0"; + version = "0.10.1"; src = fetchFromGitHub { owner = "lawl"; @@ -11,7 +11,10 @@ buildGoModule rec { sha256 = "1a4g112h83m55pga8kq2a1wzxpycj59v4bygyjfyi1s09q1y97qg"; }; - patches = [ ./version.patch ]; + patches = [ + # Get version from environment instead of git tags + ./version.patch + ]; vendorSha256 = null;