We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf88793 commit 6369dcdCopy full SHA for 6369dcd
pkgs/development/libraries/physics/yoda/default.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation rec {
13
pname = "yoda";
14
- version = "2.0.1";
+ version = "2.0.2";
15
16
src = fetchFromGitLab {
17
owner = "hepcedar";
18
repo = pname;
19
rev = "yoda-${version}";
20
- hash = "sha256-WeMOd1dsy+qwiODQ7EWiLa1GNfUWXwpTtkS4EKUWF+c=";
+ hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84=";
21
};
22
23
nativeBuildInputs = with python.pkgs; [
0 commit comments