art: 1.23 -> 1.24.1

This commit is contained in:
R. Ryantm 2024-10-18 12:20:38 +00:00
parent ac76a342a8
commit 924cf63ceb

View File

@ -39,13 +39,13 @@
stdenv.mkDerivation rec {
pname = "art";
version = "1.23";
version = "1.24.1";
src = fetchFromBitbucket {
owner = "agriggio";
repo = "art";
rev = version;
hash = "sha256-OB/Rr4rHNJc40o6esNPDRbhN4EPGf2zhlzzM+mBpUUU=";
hash = "sha256-uvdqU509ri6CKCEGA8Ln5tMp0pe3r/bcJefbeZGjocE=";
};
nativeBuildInputs = [