Unverified Commit 14a2b675 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

lixPackageSets.lix_2_91.nix-fast-build: 1.1.0 -> 1.2.0 (#409429)

parents d2ebbeb9 a2810c9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication rec {
  pname = "nix-fast-build";
  version = "1.1.0";
  version = "1.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nix-fast-build";
    rev = "refs/tags/${version}";
    hash = "sha256-HkaJeIFgxncLm8MC1BaWRTkge9b1/+mjPcbzXTRshoM=";
    hash = "sha256-lOouOgusUU3x97wClX8+WdbzpneMiRTdCqDSxGc/RlU=";
  };

  build-system = [ python3Packages.setuptools ];