Merge pull request #118734 from cab404/noisetorch-0.10.1

noisetorch: 0.9.0 -> 0.10.1

authored by

Sandro and committed by
GitHub
87df3e15 41ea44cb

+5 -2
+5 -2
pkgs/applications/audio/noisetorch/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "NoiseTorch"; 5 - version = "0.9.0"; 5 + version = "0.10.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "lawl"; ··· 11 11 sha256 = "1a4g112h83m55pga8kq2a1wzxpycj59v4bygyjfyi1s09q1y97qg"; 12 12 }; 13 13 14 - patches = [ ./version.patch ]; 14 + patches = [ 15 + # Get version from environment instead of git tags 16 + ./version.patch 17 + ]; 15 18 16 19 vendorSha256 = null; 17 20