Merge pull request #330000 from aduh95/upgrade-tart

tart: 2.14.0 -> 2.18.0
This commit is contained in:
Emily Trau 2024-08-16 14:20:09 +10:00 committed by GitHub
commit 3c639c6c5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "tart";
version = "2.14.0";
version = "2.18.0";
src = fetchurl {
url = "https://github.com/cirruslabs/tart/releases/download/${finalAttrs.version}/tart-arm64.tar.gz";
hash = "sha256-3I4WSdWfPZd//pJiYXKcgpjx8qv4nSeMHHGJE1ja00o=";
hash = "sha256-no05QZpvaF7Kn9lU26lXjimHJn7xHydmh7Rv50aXPm4=";
};
sourceRoot = ".";