mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
elisa: correct rev
This commit is contained in:
parent
3b31290946
commit
af507b6569
@ -12,7 +12,7 @@ mkDerivation rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "KDE";
|
||||
repo = "elisa";
|
||||
rev = version;
|
||||
rev = "v${version}";
|
||||
sha256 = "1kyvdxbsfi692zazw8vjy6mwyy0sa4r1cim8gsiv9pphfh5bpxb1";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user