Merge pull request #332362 from r-ryantm/auto-update/art

art: 1.22.1 -> 1.23
This commit is contained in:
Aleksana 2024-08-05 18:36:23 +08:00 committed by GitHub
commit 4a72f8008c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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