ocamlPackages.dose3: migrate to finalAttrs

This commit is contained in:
Guy Chronister
2026-01-31 14:37:12 +00:00
parent 117a7950e6
commit 0ac1b41dc4
@@ -13,14 +13,14 @@
ounit,
}:
buildDunePackage rec {
buildDunePackage (finalAttrs: {
pname = "dose3";
version = "7.0.0";
src = fetchFromGitLab {
owner = "irill";
repo = "dose3";
rev = version;
rev = finalAttrs.version;
hash = "sha256-K0fYSAWV48Rers/foDrEIqieyJ0PvpXkuYrFrZGBkkE=";
};
@@ -60,4 +60,4 @@ buildDunePackage rec {
* dose-deb-coinstall, a Debian-specific tool for checking whether a set of packages can be installed all together.
'';
};
}
})