accounts-qt: don't cast to string for no reason

This commit is contained in:
Tobias Geerinckx-Rice 2015-05-31 22:01:52 +02:00
parent 27eeeb9acb
commit b43f5d3881
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitLab {
sha256 = "1gpkgw05dwsf2wk5cy3skgss3kw6mqh7iv3fadrxqxfc1za1xmyl";
rev = "${version}";
rev = version;
repo = "libaccounts-qt";
owner = "accounts-sso";
};