tart: 2.30.0 -> 2.30.3 (#483341)

This commit is contained in:
Antoine du Hamel
2026-01-24 11:59:13 +00:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "tart";
version = "2.30.0";
version = "2.30.3";
src = fetchurl {
url = "https://github.com/cirruslabs/tart/releases/download/${finalAttrs.version}/tart.tar.gz";
hash = "sha256-NUjF5hX+M12WcT+T/QXqHBFz2UOVm0NFtYzKGQmS6kg=";
hash = "sha256-dV+WxjY3dVF7oFpUNPyVk2nWupbn44dOff/Z6TUqPks=";
};
sourceRoot = ".";