Skip to content

Commit 355c46f

Browse files
committed
opencolorio: 2.4.0 -> 2.4.1
1 parent 52a2613 commit 355c46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/opencolorio/default.nix

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

2727
stdenv.mkDerivation rec {
2828
pname = "opencolorio";
29-
version = "2.4.0";
29+
version = "2.4.1";
3030

3131
src = fetchFromGitHub {
3232
owner = "AcademySoftwareFoundation";
3333
repo = "OpenColorIO";
3434
rev = "v${version}";
35-
hash = "sha256-7Uj1YBpunj9/32U5hpCokxfcVoRB9Oi2G9Cso+gAu5Q=";
35+
hash = "sha256-Ytqvd4qSqO+6hId3v7X9cd+zrOElcqTBev5miJL/07M=";
3636
};
3737

3838
patches = [

0 commit comments

Comments
 (0)