From a6d58c8aba49280d18e85fe8b8747b337872ed04 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 28 May 2018 05:36:52 -0700 Subject: [PATCH] pdd: 1.1 -> 1.2 (#40962) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pdd/versions. These checks were done: - built on NixOS - /nix/store/lz66lx9blbjyigwbqph1kakgs5yfrbld-pdd-1.2/bin/.pdd-wrapped passed the binary check. - /nix/store/lz66lx9blbjyigwbqph1kakgs5yfrbld-pdd-1.2/bin/pdd passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 1.2 with grep in /nix/store/lz66lx9blbjyigwbqph1kakgs5yfrbld-pdd-1.2 - directory tree listing: https://gist.github.com/6e768315d72cdf1b94712a309f2f31e8 - du listing: https://gist.github.com/e6f91bfa7c9a1947b34596e2b745fb82 --- pkgs/tools/misc/pdd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/pdd/default.nix b/pkgs/tools/misc/pdd/default.nix index d362bccb993e..c075312618b8 100644 --- a/pkgs/tools/misc/pdd/default.nix +++ b/pkgs/tools/misc/pdd/default.nix @@ -2,13 +2,13 @@ buildPythonApplication rec { pname = "pdd"; - version = "1.1"; + version = "1.2"; src = fetchFromGitHub { owner = "jarun"; repo = "pdd"; rev = "v${version}"; - sha256 = "1nb64vdlym4najjyfxq1nprqcwgrwnqj1mml0fcg20hrgbjm4bf2"; + sha256 = "09nyzzch4jlsjfx8axqyxh9d1sw8x4g3vg5fbxz7m16994fzz75i"; }; format = "other";