art: 1.24.1 -> 1.24.2

This commit is contained in:
R. Ryantm
2024-12-13 02:05:59 +00:00
parent 906114f272
commit 2e9a366d3f
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "art";
version = "1.24.1";
version = "1.24.2";
src = fetchFromBitbucket {
owner = "agriggio";
repo = "art";
rev = version;
hash = "sha256-uvdqU509ri6CKCEGA8Ln5tMp0pe3r/bcJefbeZGjocE=";
hash = "sha256-TpjmmDeXuxnlvCimsq6mZZk15VOVU3WGrPd3vmcIClI=";
};
nativeBuildInputs = [