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:
parent
d27f7942b7
commit
6f463fa7d1
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "accounts-qt-${version}";
|
name = "accounts-qt-${version}";
|
||||||
version = "1.13";
|
version = "1.15";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
sha256 = "1gpkgw05dwsf2wk5cy3skgss3kw6mqh7iv3fadrxqxfc1za1xmyl";
|
sha256 = "0cnra7g2mcgzh8ykrj1dpb4khkx676pzdr4ia1bvsp0cli48691w";
|
||||||
rev = version;
|
rev = "VERSION_${version}";
|
||||||
repo = "libaccounts-qt";
|
repo = "libaccounts-qt";
|
||||||
owner = "accounts-sso";
|
owner = "accounts-sso";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user