Commit 4c2b987d authored by R. RyanTM's avatar R. RyanTM
Browse files

zapzap: 6.3.4.1 -> 6.4.0

parent c4c5cf7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "zapzap";
  version = "6.3.4.1";
  version = "6.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rafatosta";
    repo = "zapzap";
    tag = finalAttrs.version;
    hash = "sha256-BKu78K0dVBw1NK/WkL95/fZUBuWXX4mkFQxdk1FV390=";
    hash = "sha256-3iFuJdiye0yt/6b6N1etS1YK+/QDS2p0eYXXtpPQDdE=";
  };

  nativeBuildInputs = [