hare: change self to finalAttrs
This commit is contained in:
parent
0b6dff5b3e
commit
4961a108af
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
let
|
||||
inherit (harePackages) harec;
|
||||
in
|
||||
stdenv.mkDerivation (self: {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hare";
|
||||
version = "unstable-2023-03-15";
|
||||
|
||||
|
|
Loading…
Reference in a new issue