about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-09-10 19:18:55 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-09-10 19:18:55 +0300
commit0021233808c325a2f13557afd3c6d3a93b3b45d3 (patch)
tree634a4a6628286f4f971aece164ed4d28147d2973 /pkgs/applications
parent38ed88538d734be60f6c3d91549d51d6e4e6043c (diff)
parent12424562db2553891f872d15a8bf6936a1eb16c6 (diff)
Merge pull request #9768 from matthiasbeyer/update-khard
khard: 0.4.1 -> 0.5.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/khard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/khard/default.nix b/pkgs/applications/misc/khard/default.nix
index 4bf3986098996..e626f3998f9f0 100644
--- a/pkgs/applications/misc/khard/default.nix
+++ b/pkgs/applications/misc/khard/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, pkgs, pythonPackages }:
 
 pythonPackages.buildPythonPackage rec {
-  version = "0.4.1";
+  version = "0.5.0";
   name = "khard-${version}";
   namePrefix = "";
 
   src = fetchurl {
     url = "https://github.com/scheibler/khard/archive/v${version}.tar.gz";
-    sha256 = "09yibjzly711hwpg345n653rz47llvrj4shnlcxd8snzvg8m5gri";
+    sha256 = "0k3pix4zdr5jc323w63kwrfhkvmn5ijnznzfhf6rvqp05lrkyh9x";
   };
 
   propagatedBuildInputs = with pythonPackages; [