From ecde7e476236a323ea00ced82d9665a5affc8dd7 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 16 Apr 2023 17:08:49 -0300 Subject: [PATCH] rpcemu: change self to finalAttrs --- pkgs/applications/emulators/rpcemu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/rpcemu/default.nix b/pkgs/applications/emulators/rpcemu/default.nix index 9befb172fe4b..9fad3725203f 100644 --- a/pkgs/applications/emulators/rpcemu/default.nix +++ b/pkgs/applications/emulators/rpcemu/default.nix @@ -7,13 +7,13 @@ let inherit (qt5) qtbase qtmultimedia wrapQtAppsHook; in -stdenv.mkDerivation (self: { +stdenv.mkDerivation (finalAttrs: { pname = "rpcemu"; version = "0.9.4"; src = fetchhg { url = "http://www.home.marutan.net/hg/rpcemu"; - rev = "release_${self.version}"; + rev = "release_${finalAttrs.version}"; sha256 = "sha256-UyjfTfUpSvJNFPkQWPKppxp/kO0hVGo5cE9RuCU8GJI="; };