tblite: 0.5.0 -> 0.6.0

This commit is contained in:
Phillip Seeber
2026-06-19 11:29:33 +00:00
committed by Gaetan Lepage
parent 74b30eb3a1
commit 3ff70b50cd
@@ -29,13 +29,13 @@ assert (
stdenv.mkDerivation rec {
pname = "tblite";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "tblite";
repo = "tblite";
rev = "v${version}";
hash = "sha256-hePy/slEeM2o1gtrAbq/nkEUILa6oQjkD2ddDstQ2Zc=";
hash = "sha256-z0g+bf6APqNLB9mDE49FelitQ9ptZXdFQuYeXIT0NIw=";
};
patches = [