nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

dxa: change self to finalAttrs

+3 -3
+3 -3
pkgs/development/compilers/xa/dxa.nix
··· 4 4 , installShellFiles 5 5 }: 6 6 7 - stdenv.mkDerivation (self: { 7 + stdenv.mkDerivation (finalAttrs: { 8 8 pname = "dxa"; 9 9 version = "0.1.5"; 10 10 11 11 src = fetchurl { 12 12 urls = [ 13 - "https://www.floodgap.com/retrotech/xa/dists/dxa-${self.version}.tar.gz" 14 - "https://www.floodgap.com/retrotech/xa/dists/unsupported/dxa-${self.version}.tar.gz" 13 + "https://www.floodgap.com/retrotech/xa/dists/dxa-${finalAttrs.version}.tar.gz" 14 + "https://www.floodgap.com/retrotech/xa/dists/unsupported/dxa-${finalAttrs.version}.tar.gz" 15 15 ]; 16 16 hash = "sha256-jkDtd4FlgfmtlaysLtaaL7KseFDkM9Gc1oQZOkWCZ5k="; 17 17 };