Commit e014cb68 authored by purpole's avatar purpole
Browse files

sccmhunter: 1.0.9 -> 1.0.10

parent 978b080f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "sccmhunter";
  version = "1.0.9";
  version = "1.0.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "garrettfoster13";
    repo = "sccmhunter";
    rev = "v${version}";
    hash = "sha256-Db+kBLy2ejIKKjCskAE4arppk/sq9qQ3w1nCQmeLYhs=";
    hash = "sha256-h7P+ry4J26Hm1s9U37t1EDWBaYRL32WA3sk8caA1edg=";
  };

  build-system = with python3Packages; [