harec: change self to finalAttrs
This commit is contained in:
parent
4961a108af
commit
072e17f8f2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
, qbe
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (self: {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "harec";
|
||||
version = "unstable-2023-02-18";
|
||||
|
||||
|
|
Loading…
Reference in a new issue