summary refs log tree commit diff
path: root/pkgs/applications/misc/kdeconnect
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-09 14:35:35 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 23:35:35 +0200
commit4d5cb8617ca471ec2f06a379a8046693f64902d6 (patch)
tree2f89052c89dce53254de05213cb16539bfcd6911 /pkgs/applications/misc/kdeconnect
parent00156c3caea9c651d5d1d3dcafa2a9729dcdbd81 (diff)
downloadnixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.tar
nixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.tar.gz
nixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.tar.bz2
nixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.tar.lz
nixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.tar.xz
nixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.tar.zst
nixpkgs-4d5cb8617ca471ec2f06a379a8046693f64902d6.zip
kdeconnect: 1.3.0 -> 1.3.1 (#41551)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/kdeconnect/versions.

These checks were done:

- built on NixOS
- /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-cli passed the binary check.
- Warning: no invocation of /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-indicator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1/bin/kdeconnect-handler had a zero exit code or showed the expected version
- 1 of 3 passed binary check by having a zero exit code.
- 1 of 3 passed binary check by having the new version present in output.
- found 1.3.1 with grep in /nix/store/2w9c8qf2zm1hvmd67j23q0wv5i3v26v0-kdeconnect-1.3.1
- directory tree listing: https://gist.github.com/a152722e459e7e8094cfdbd791a8c55b
- du listing: https://gist.github.com/665212497cfba50b98110a2788e52eec
Diffstat (limited to 'pkgs/applications/misc/kdeconnect')
-rw-r--r--pkgs/applications/misc/kdeconnect/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/kdeconnect/default.nix b/pkgs/applications/misc/kdeconnect/default.nix
index 0d02dbba69e..97e371e9e72 100644
--- a/pkgs/applications/misc/kdeconnect/default.nix
+++ b/pkgs/applications/misc/kdeconnect/default.nix
@@ -20,12 +20,12 @@
 
 stdenv.mkDerivation rec {
   pname = "kdeconnect";
-  version = "1.3.0";
+  version = "1.3.1";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://kde/stable/${pname}/${version}/src/${pname}-kde-${version}.tar.xz";
-    sha256 = "0gzv55hks6j37pf7d18l40n1q6j8b74j9qg3v44p8sp0gnglwkcm";
+    sha256 = "0rzjbn4d2lh81n19dd3a5ilm8qml3zs3g3ahg75avcw8770rr344";
   };
 
   buildInputs = [