about summary refs log tree commit diff
path: root/pkgs/applications/audio/ensemble-chorus
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-01-22 16:41:04 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-22 16:41:34 +0100
commit199c1af5da3bebd1e0534fabf16a89c974ad9b16 (patch)
treed6d3fa015239340a59e53b80b682f2978c08f580 /pkgs/applications/audio/ensemble-chorus
parent37b7d6075ea3ccfdc92664923a56a521519eb104 (diff)
ensemble-chorus: fix version format
Diffstat (limited to 'pkgs/applications/audio/ensemble-chorus')
-rw-r--r--pkgs/applications/audio/ensemble-chorus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ensemble-chorus/default.nix b/pkgs/applications/audio/ensemble-chorus/default.nix
index b3255126205a9..7fcf412dd593f 100644
--- a/pkgs/applications/audio/ensemble-chorus/default.nix
+++ b/pkgs/applications/audio/ensemble-chorus/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "ensemble-chorus";
-  version = "unstable-15-02-2019";
+  version = "0-unstable-2019-02-15";
 
   src = fetchFromGitHub {
     owner = "jpcima";