hare: change self to finalAttrs

This commit is contained in:
Anderson Torres 2023-04-16 17:49:29 -03:00
parent 0b6dff5b3e
commit 4961a108af

View file

@ -12,7 +12,7 @@
let
inherit (harePackages) harec;
in
stdenv.mkDerivation (self: {
stdenv.mkDerivation (finalAttrs: {
pname = "hare";
version = "unstable-2023-03-15";