about summary refs log tree commit diff
path: root/pkgs/applications/audio/odin2
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2022-11-17 21:29:42 +0000
committerOrivej Desh <orivej@gmx.fr>2022-11-17 21:39:27 +0000
commite79c32d1d6e6192969a0b9c15cf2e86f6d9b8fb2 (patch)
treeed59abc4cb0dbefe979d052b2356847b8e2edebc /pkgs/applications/audio/odin2
parentf56da7a5e6752aa5aa84b362a10f01161df383d5 (diff)
odin2: unstable-2022-02-23 -> 2.3.4
Diffstat (limited to 'pkgs/applications/audio/odin2')
-rw-r--r--pkgs/applications/audio/odin2/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/odin2/default.nix b/pkgs/applications/audio/odin2/default.nix
index f0bd5e0156483..feafe9caf1813 100644
--- a/pkgs/applications/audio/odin2/default.nix
+++ b/pkgs/applications/audio/odin2/default.nix
@@ -18,14 +18,14 @@
 
 stdenv.mkDerivation rec {
   pname = "odin2";
-  version = "unstable-2022-02-23";
+  version = "2.3.4";
 
   src = fetchFromGitHub {
-    owner = "baconpaul";
+    owner = "TheWaveWarden";
     repo = "odin2";
-    rev = "ed02d06cfb5db8a118d291c00bd2e4cd6e262cde";
+    rev = "v${version}";
     fetchSubmodules = true;
-    sha256 = "sha256-VkZ+mqCmqWQafdN0nQxJdPxbiaZ37/0jOhLvVbnGLvQ=";
+    sha256 = "sha256-N96Nb7G6hqfh8DyMtHbttl/fRZUkS8f2KfPSqeMAhHY=";
   };
 
   nativeBuildInputs = [