fishPlugins.sponge: replace "${version}" with version

This commit is contained in:
figsoda 2023-07-02 14:51:39 -04:00
parent 58e4e74986
commit 505c1de513

View File

@ -7,7 +7,7 @@ buildFishPlugin rec {
src = fetchFromGitHub {
owner = "meaningful-ooo";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "sha256-MdcZUDRtNJdiyo2l9o5ma7nAX84xEJbGFhAVhK+Zm1w=";
};