tart: 2.19.3 -> 2.20.2

Diff: https://github.com/cirruslabs/tart/compare/2.19.3...2.20.2
This commit is contained in:
techknowlogick 2024-11-18 15:04:47 -05:00
parent 4a2fe43808
commit a2d3a62321

View File

@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "tart";
version = "2.19.3";
version = "2.20.2";
src = fetchurl {
url = "https://github.com/cirruslabs/tart/releases/download/${finalAttrs.version}/tart-arm64.tar.gz";
hash = "sha256-WigjqOu36bkNsTk6WpLwpyaauk4RtwShw1wWBHdxTFI=";
hash = "sha256-caHuBTRpbmFbmTlDRnxZyGM6F95iKjMhKbPTez5Hecc=";
};
sourceRoot = ".";