odin2: unstable-2022-02-23 -> 2.3.4

This commit is contained in:
Orivej Desh 2022-11-17 21:29:42 +00:00
parent f56da7a5e6
commit e79c32d1d6

View file

@ -18,14 +18,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "odin2"; pname = "odin2";
version = "unstable-2022-02-23"; version = "2.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "baconpaul"; owner = "TheWaveWarden";
repo = "odin2"; repo = "odin2";
rev = "ed02d06cfb5db8a118d291c00bd2e4cd6e262cde"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-VkZ+mqCmqWQafdN0nQxJdPxbiaZ37/0jOhLvVbnGLvQ="; sha256 = "sha256-N96Nb7G6hqfh8DyMtHbttl/fRZUkS8f2KfPSqeMAhHY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [