about summary refs log tree commit diff
path: root/pkgs/applications/audio/orca-c/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/orca-c/default.nix')
-rw-r--r--pkgs/applications/audio/orca-c/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/audio/orca-c/default.nix b/pkgs/applications/audio/orca-c/default.nix
index 4bad496033735..420055884b453 100644
--- a/pkgs/applications/audio/orca-c/default.nix
+++ b/pkgs/applications/audio/orca-c/default.nix
@@ -1,8 +1,7 @@
 { lib, stdenv, fetchgit, ncurses, portmidi }:
 stdenv.mkDerivation {
   pname = "orca-c";
-
-  version = "git-2021-02-13";
+  version = "unstable-2021-02-13";
 
   src = fetchgit {
     url = "https://git.sr.ht/~rabbits/orca";