dosbox-staging: change self to finalAttrs

This commit is contained in:
Anderson Torres
2023-04-20 22:22:23 -03:00
parent 5243957ed3
commit 96baf95cfe
@@ -29,14 +29,14 @@
, speexdsp
}:
stdenv.mkDerivation (self: {
stdenv.mkDerivation (finalAttrs: {
pname = "dosbox-staging";
version = "0.80.1";
src = fetchFromGitHub {
owner = "dosbox-staging";
repo = "dosbox-staging";
rev = "v${self.version}";
rev = "v${finalAttrs.version}";
hash = "sha256-I90poBeLSq1c8PXyjrx7/UcbfqFNnnNiXfJdWhLPGMc=";
};