summary refs log tree commit diff
path: root/pkgs/development/libraries/kpmcore/default.nix
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 08:32:56 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 08:32:56 -0700
commit1aa8905e508d22d333693c6f4ace5da4ef809cca (patch)
tree0ecd1895e71d2b59ee7d0b97486fb600459d49d5 /pkgs/development/libraries/kpmcore/default.nix
parent8b097fc7f66a657467e566ea1c1ff94f66c5b03a (diff)
downloadnixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.tar
nixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.tar.gz
nixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.tar.bz2
nixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.tar.lz
nixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.tar.xz
nixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.tar.zst
nixpkgs-1aa8905e508d22d333693c6f4ace5da4ef809cca.zip
libsForQt5.kpmcore: 3.0.3 -> 3.3.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.0 with grep in /nix/store/axq1y6dwgl8xn4da4jwnf1zxjz7n74gz-kpmcore-3.3.0
- found 3.3.0 in filename of file in /nix/store/axq1y6dwgl8xn4da4jwnf1zxjz7n74gz-kpmcore-3.3.0
- directory tree listing: https://gist.github.com/c296e20046c16727398c12f703502545
Diffstat (limited to 'pkgs/development/libraries/kpmcore/default.nix')
-rw-r--r--pkgs/development/libraries/kpmcore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/kpmcore/default.nix b/pkgs/development/libraries/kpmcore/default.nix
index 8532a8880ce..2a2f0c79490 100644
--- a/pkgs/development/libraries/kpmcore/default.nix
+++ b/pkgs/development/libraries/kpmcore/default.nix
@@ -7,11 +7,11 @@ let
 
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
-  version = "3.0.3";
+  version = "3.3.0";
 
   src = fetchurl {
     url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
-    sha256 = "17lqrp39w31fm7haigwq23cp92zwk3czjzqa2fhn3wafx3vafwd2";
+    sha256 = "0s6v0jfrhjg31ri5p6h9n4w29jvasf5dj954j3vfpzl91lygmmmq";
   };
 
   buildInputs = [