Unverified Commit be5dc3fc authored by isabel's avatar isabel Committed by GitHub
Browse files

nix-fast-build: 1.3.0 -> 1.4.0 (#501027)

parents 9e8521ef 87040a68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "nix-fast-build";
  version = "1.3.0";
  version = "1.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nix-fast-build";
    tag = finalAttrs.version;
    hash = "sha256-6X4BW+3C2nfkorMfe+tuoeYrdddxPtLqOJ1rZxuxPrc=";
    hash = "sha256-sH/KWX8NO8iurnnkI7w8eWMkbnRBbvEIK9IW4LnR0qQ=";
  };

  build-system = [ python3Packages.setuptools ];