Unverified Commit fe813b30 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

actool: 1.5.1 -> 1.6.0 (#509975)

parents 95164ad2 1048ff2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "actool";
  version = "1.5.1";
  version = "1.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "viraptor";
    repo = "actool";
    tag = finalAttrs.version;
    hash = "sha256-HWi+MM0jMfg+nPiNFa3dG3sRuSEnS84+h3s6YRcxcAs=";
    hash = "sha256-OJJwEZEz+nNq3W1SDXt76Vx9qvEFUUL4dyem/oc2RA4=";
  };

  build-system = with python3Packages; [