summary refs log tree commit diff
path: root/pkgs/applications/misc/confclerk/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 17:37:02 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-07 17:37:02 -0700
commita4275197eec4838f6534a5f2b0f4e30deef8825f (patch)
tree0201443876815b32fa02719e2f8d30acf24a9d36 /pkgs/applications/misc/confclerk/default.nix
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.tar
nixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.tar.gz
nixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.tar.bz2
nixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.tar.lz
nixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.tar.xz
nixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.tar.zst
nixpkgs-a4275197eec4838f6534a5f2b0f4e30deef8825f.zip
confclerk: 0.6.1 -> 0.6.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

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 0.6.4 with grep in /nix/store/r8p6g80aawh16ixw0f29k3y88z3gjwkh-confclerk-0.6.4
- directory tree listing: https://gist.github.com/bc73c35c3cf2429de20668a18ae13885
Diffstat (limited to 'pkgs/applications/misc/confclerk/default.nix')
-rw-r--r--pkgs/applications/misc/confclerk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/confclerk/default.nix b/pkgs/applications/misc/confclerk/default.nix
index 7781f0df853..661a00a0661 100644
--- a/pkgs/applications/misc/confclerk/default.nix
+++ b/pkgs/applications/misc/confclerk/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, qt4, qmake4Hook }:
 
-let version = "0.6.1"; in
+let version = "0.6.4"; in
 stdenv.mkDerivation {
   name = "confclerk-${version}";
 
   src = fetchurl {
     url = "http://www.toastfreeware.priv.at/tarballs/confclerk/confclerk-${version}.tar.gz";
-    sha256 = "1wprndshmc7k1919n7k93c4ha2jp171q31gx7xsbzx7g4sw6432g";
+    sha256 = "10rhg44px4nvbkd3p341cmp2ds43jn8r4rvgladda9v8zmsgr2b3";
   };
 
   buildInputs = [ qt4 ];