We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30da8 commit 471f5c4Copy full SHA for 471f5c4
pkgs/by-name/so/soupault/package.nix
@@ -12,16 +12,16 @@
12
13
ocamlPackages.buildDunePackage rec {
14
pname = "soupault";
15
- version = "5.1.0";
+ version = "5.2.0";
16
17
- minimalOCamlVersion = "4.13";
+ minimalOCamlVersion = "5.3";
18
19
src = fetchzip {
20
urls = [
21
"https://github.com/PataphysicalSociety/soupault/archive/${version}.tar.gz"
22
"https://codeberg.org/PataphysicalSociety/soupault/archive/${version}.tar.gz"
23
];
24
- hash = "sha256-yAkJgNwF763b2DFGA+4Ve+jafFxZbFDm3QxisDD6gYo=";
+ hash = "sha256-BuQ2yQzf6PpK6HUfuHDscgKkOBttCrs0zTh37hMUR6E=";
25
};
26
27
nativeBuildInputs = [
0 commit comments