yoda: 2.1.0 -> 2.1.2

This commit is contained in:
R. Ryantm
2025-11-03 03:54:25 +00:00
parent 16db70aea3
commit 2c5b420dd8
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "yoda";
version = "2.1.0";
version = "2.1.2";
src = fetchFromGitLab {
owner = "hepcedar";
repo = "yoda";
rev = "yoda-${version}";
hash = "sha256-cYJNB4Nk6r9EbTbMrhUFvj6s0VR/QH2o9wl/cUw9jQ0=";
hash = "sha256-cgThoxqPX6dVyGNTLXatW3uQV+41o38fTfkvHXsDs9A=";
};
nativeBuildInputs = with python3.pkgs; [