Unverified Commit d641721a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

hashes: 1.1.0 -> 1.1.1 (#371135)

parents f60b1588 b540a801
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

python3Packages.buildPythonApplication rec {
  pname = "hashes";
  version = "1.1.0";
  version = "1.1.1";

  pyproject = false;

@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
    owner = "zefr0x";
    repo = "hashes";
    tag = "v${version}";
    hash = "sha256-BmfSCHs+JcpsAG8AhaYf+SDFI+LdJKMKgBIodd66qmw=";
    hash = "sha256-4khMRtKvYQkTwhiqv7FUy/jroGboNTdG1Q6wlTD4cwA=";
  };

  nativeBuildInputs = [