lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.tsdl-image: 0.3.2 → 0.5

+4 -2
+4 -2
pkgs/development/ocaml-modules/tsdl-image/default.nix
··· 9 9 10 10 buildDunePackage rec { 11 11 pname = "tsdl-image"; 12 - version = "0.3.2"; 12 + version = "0.5"; 13 + 14 + duneVersion = "3"; 13 15 14 16 src = fetchFromGitHub { 15 17 owner = "sanette"; 16 18 repo = pname; 17 19 rev = version; 18 - sha256 = "sha256-u6VYAwq+2oLn2Kw1+KQRVPswAqeKDSAaPfGLPrzn30s="; 20 + hash = "sha256-khLhVJuiLNNWw76gTeg4W32v5XbkwAg11bIOWl67u2k="; 19 21 }; 20 22 21 23 buildInputs = [