mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
art: 1.26.1 -> 1.26.2
This commit is contained in:
parent
821c34f524
commit
a4ce57e352
1 changed files with 2 additions and 2 deletions
|
|
@ -40,13 +40,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "art";
|
||||
version = "1.26.1";
|
||||
version = "1.26.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "artpixls";
|
||||
repo = "ART";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Abh3Hj3wKdWNN7rdU61MgkZHmoa7ufYzZGKsrxplkj0=";
|
||||
hash = "sha256-zjGb5XiXry16xHlrlDw1b3ROYgHuJe3srRFWY/AIBRE=";
|
||||
};
|
||||
|
||||
# Fix the build with CMake 4.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue