Unverified Commit 593e6592 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

apkid: 3.0.0 -> 3.1.0 (#508926)

parents bd69242f e8c3cd34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "apkid";
  version = "3.0.0";
  version = "3.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rednaga";
    repo = "APKiD";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/8p2qR1je65k1irXFcCre2e16rhGjcu0+u6RChMYTWQ=";
    hash = "sha256-sX9HQUW+oB7vmlz3I0I/NwqOVGqR8j1WZXtDCISMkxY=";
  };

  postPatch = ''