Unverified Commit e9b19524 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #201927 from r-ryantm/auto-update/nth

nth: 1.10 -> 1.11.0
parents 42c79ee5 56db2b08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "name-that-hash";
  version = "1.10";
  version = "1.11.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "HashPals";
    repo = pname;
    rev = version;
    hash = "sha256-3sddUPoC3NfKQzmNgqPf/uHaYN9VZBqsmV712uz1Phg=";
    hash = "sha256-zOb4BS3zG1x8GLXAooqqvMOw0fNbw35JuRWOdGP26/8=";
  };

  # TODO remove on next update which bumps rich