lol

ocamlPackages.tsdl: 1.0.0 -> 1.1.0 (#348308)

authored by

Weijia Wang and committed by
GitHub
71dad7c8 04a4e043

+2 -2
+2 -2
pkgs/development/ocaml-modules/tsdl/default.nix
··· 7 7 8 8 let 9 9 pname = "tsdl"; 10 - version = "1.0.0"; 10 + version = "1.1.0"; 11 11 webpage = "https://erratique.ch/software/${pname}"; 12 12 in 13 13 ··· 17 17 18 18 src = fetchurl { 19 19 url = "${webpage}/releases/${pname}-${version}.tbz"; 20 - hash = "sha256-XdgzCj9Uqplt/8Jk8rSFaQf8zu+9SZa8b9ZIlW/gjyE="; 20 + hash = "sha256-ZN4+trqesU1IREKcwm1Ro37jszKG8XcVigoE4BdGhzs="; 21 21 }; 22 22 23 23 strictDeps = true;