mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
elisa: correct rev
This commit is contained in:
parent
3b31290946
commit
af507b6569
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "KDE";
|
||||
repo = "elisa";
|
||||
rev = version;
|
||||
rev = "v${version}";
|
||||
sha256 = "1kyvdxbsfi692zazw8vjy6mwyy0sa4r1cim8gsiv9pphfh5bpxb1";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue