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 let
inherit (harePackages) harec; inherit (harePackages) harec;
in in
stdenv.mkDerivation (self: { stdenv.mkDerivation (finalAttrs: {
pname = "hare"; pname = "hare";
version = "unstable-2023-03-15"; version = "unstable-2023-03-15";