Unverified Commit a82ccc39 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

nix-eval-jobs: 2.33.0 -> 2.33.1 (#490185)

parents cf427578 15acac40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nix-eval-jobs";
  version = "2.33.0";
  version = "2.33.1";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nix-eval-jobs";
    tag = "v${version}";
    hash = "sha256-i68miKHGdueWggcDAF+Kca9g6S3ipkW629XbMpQYfn0=";
    hash = "sha256-ONA7ztgyE2CC3T45NiGxQgCBQevAJ1+pEJlMQpREjBA=";
  };

  buildInputs = [