mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge #313741: furmark: fix version to pass release checks
This commit is contained in:
commit
67e269e2c0
@ -39,7 +39,9 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "furmark";
|
||||
version = versions.${stdenv.hostPlatform.system};
|
||||
version =
|
||||
versions.${stdenv.hostPlatform.system}
|
||||
or (throw "Furmark is not available on ${stdenv.hostPlatform.system}");
|
||||
|
||||
src = fetchzip sources.${stdenv.hostPlatform.system};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user