grantlee: 0.4.0 -> 0.5.1 (#42012)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.5.1 with grep in /nix/store/6g40ly4agw1h9kvb3cl6yf0g3swi95fc-grantlee-0.5.1
- directory tree listing: https://gist.github.com/e74be5a3f1cab3f4f9f9a56612731410
- du listing: https://gist.github.com/6e697a1e258b3e9e42c164a437f319f2
This commit is contained in:
R. RyanTM 2018-06-18 13:48:33 -07:00 committed by xeji
parent d412c2972c
commit 034b1bd1f9

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, qt4, cmake }:
stdenv.mkDerivation rec {
name = "grantlee-0.4.0";
name = "grantlee-0.5.1";
# Upstream download server has country code firewall, so I made a mirror.
src = fetchurl {
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
"http://downloads.grantlee.org/${name}.tar.gz"
"http://www.loegria.net/grantlee/${name}.tar.gz"
];
sha256 = "0gqdckxx45qmyixyz5d7ipcqq2dw26r71m2fpsrlnh4j2c9di8hk";
sha256 = "1b501xbimizmbmysl1j5zgnp48qw0r2r7lhgmxvzhzlv9jzhj60r";
};
buildInputs = [ cmake qt4 ];