sfxr: use finalAttrs pattern
This commit is contained in:
parent
58316e3a9e
commit
f20ca37da1
@ -8,12 +8,12 @@
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sfxr";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.drpetter.se/files/sfxr-sdl-${version}.tar.gz";
|
||||
url = "http://www.drpetter.se/files/sfxr-sdl-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "0dfqgid6wzzyyhc0ha94prxax59wx79hqr25r6if6by9cj4vx4ya";
|
||||
};
|
||||
|
||||
@ -53,5 +53,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user