about summary refs log tree commit diff
path: root/pkgs/applications/audio/noisetorch
diff options
context:
space:
mode:
authorVladimir Serov <me@cab404.ru>2021-04-07 17:48:33 +0300
committerVladimir Serov <me@cab404.ru>2021-04-07 17:48:33 +0300
commitd4a5b28e3d9cfe31925ec37bfeb0c9195848d866 (patch)
tree8043244e95e32aee8e873f015c9a77e317d7532e /pkgs/applications/audio/noisetorch
parent1ca0f5bafef272b50b5b8764fa0aa77201e2dc11 (diff)
noisetorch: 0.9.0 -> 0.10.1
Diffstat (limited to 'pkgs/applications/audio/noisetorch')
-rw-r--r--pkgs/applications/audio/noisetorch/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/audio/noisetorch/default.nix b/pkgs/applications/audio/noisetorch/default.nix
index fea6e097de7a7..6f63bf542f41b 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;