fishPlugins.sponge: replace "${version}" with version
This commit is contained in:
parent
58e4e74986
commit
505c1de513
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ buildFishPlugin rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "meaningful-ooo";
|
||||
repo = pname;
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "sha256-MdcZUDRtNJdiyo2l9o5ma7nAX84xEJbGFhAVhK+Zm1w=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue