art: 1.24.1 -> 1.24.2 (#364772)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-13 23:26:37 +00:00
committed by GitHub
+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 = [