tart: 2.12.0 -> 2.13.0

This commit is contained in:
Antoine du Hamel 2024-07-02 16:42:17 +02:00 committed by zowoq
parent 4942776d75
commit 6dbc841749

View File

@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "tart";
version = "2.12.0";
version = "2.13.0";
src = fetchurl {
url = "https://github.com/cirruslabs/tart/releases/download/${finalAttrs.version}/tart-arm64.tar.gz";
hash = "sha256-+33Z7M9Y8fWFfCBNJrXHljwoAn7p70+yvTmBwx1X68M=";
hash = "sha256-aR28Q5eQwcEfk65on4kgA+bko6uEThHsgZZU+fExzus=";
};
sourceRoot = ".";