odin2: unstable-2022-02-23 -> 2.3.4
This commit is contained in:
parent
f56da7a5e6
commit
e79c32d1d6
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue