tart: 2.30.0 -> 2.30.3

This commit is contained in:
Antoine du Hamel
2026-01-24 12:53:08 +01:00
parent bde0902288
commit a8a0fdcc91
+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 = ".";