rpcemu: change self to finalAttrs
This commit is contained in:
parent
96baf95cfe
commit
ecde7e4762
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue