Skip to content

Commit 6108bd2

Browse files
r-ryantmveprbl
authored andcommittedMar 18, 2025
yoda: 2.0.3 -> 2.1.0
1 parent a195fae commit 6108bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/yo/yoda/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "yoda";
16-
version = "2.0.3";
16+
version = "2.1.0";
1717

1818
src = fetchFromGitLab {
1919
owner = "hepcedar";
2020
repo = "yoda";
2121
rev = "yoda-${version}";
22-
hash = "sha256-No2Lr4nmYNfFnJVpg7xYjd35g12CbQtpW9QMjM3owko=";
22+
hash = "sha256-cYJNB4Nk6r9EbTbMrhUFvj6s0VR/QH2o9wl/cUw9jQ0=";
2323
};
2424

2525
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)
Failed to load comments.