Skip to content

Commit cd98f86

Browse files
committed
art: 1.25.5 -> 1.25.6
1 parent 4964504 commit cd98f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ar/art/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040

4141
stdenv.mkDerivation rec {
4242
pname = "art";
43-
version = "1.25.5";
43+
version = "1.25.6";
4444

4545
src = fetchFromGitHub {
4646
owner = "artpixls";
4747
repo = "ART";
4848
tag = version;
49-
hash = "sha256-lKjYSKjZSJ9HtbmGWFR0bVv6hLnRzpklq2ueWirJ+Nw=";
49+
hash = "sha256-m3TqtoWjrPXpSL7blrqPm+vANJcpmHyKOm2rpnQ3qQ4=";
5050
};
5151

5252
nativeBuildInputs = [

0 commit comments

Comments
 (0)