accounts-qt: 1.13 -> 1.15

- Built on NixOS
- ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` got 0 exit code
- ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` and found version 1.15
- found 1.15 with grep in /nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15
- directory tree listing: https://gist.github.com/5d6d729f133d93d11e63e456638fd32e
This commit is contained in:
Ryan Mulligan 2018-03-22 07:34:08 -07:00 committed by Matthew Justin Bauer
parent d27f7942b7
commit 6f463fa7d1

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "accounts-qt-${version}";
version = "1.13";
version = "1.15";
src = fetchFromGitLab {
sha256 = "1gpkgw05dwsf2wk5cy3skgss3kw6mqh7iv3fadrxqxfc1za1xmyl";
rev = version;
sha256 = "0cnra7g2mcgzh8ykrj1dpb4khkx676pzdr4ia1bvsp0cli48691w";
rev = "VERSION_${version}";
repo = "libaccounts-qt";
owner = "accounts-sso";
};