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
This commit is contained in:
R. RyanTM 2018-04-07 17:37:02 -07:00
parent c45eadf31d
commit a4275197ee

View file

@ -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 ];