_1fps: migrate to finalAttrs
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
libx11,
|
||||
stdenv,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "1fps";
|
||||
version = "0.1.17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "1fpsvideo";
|
||||
repo = "1fps";
|
||||
tag = "v${version}";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-8dtcW/niwmhVXB2kZdR/RjNg2ArSClL1w4nGI5rP3+Y=";
|
||||
};
|
||||
|
||||
@@ -35,4 +35,4 @@ buildGoModule rec {
|
||||
maintainers = with lib.maintainers; [ renesat ];
|
||||
mainProgram = "1fps";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user