summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-28 05:36:52 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-28 14:36:52 +0200
commita6d58c8aba49280d18e85fe8b8747b337872ed04 (patch)
tree96ce6e73551a5491c96a9748a5f1a7656ee461f5
parent51556f640db756aed7e4b333a40d9a40af63d735 (diff)
downloadnixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.tar
nixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.tar.gz
nixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.tar.bz2
nixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.tar.lz
nixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.tar.xz
nixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.tar.zst
nixpkgs-a6d58c8aba49280d18e85fe8b8747b337872ed04.zip
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
-rw-r--r--pkgs/tools/misc/pdd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/pdd/default.nix b/pkgs/tools/misc/pdd/default.nix
index d362bccb993..c075312618b 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";