_1fps: 0.1.10 -> 0.1.17
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "1fps";
|
||||
version = "0.1.10";
|
||||
version = "0.1.17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "1fpsvideo";
|
||||
repo = "1fps";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3uPGFxEWmKQxQWPmotZI29GykUGQDjtDjFPps4QMs0M=";
|
||||
hash = "sha256-8dtcW/niwmhVXB2kZdR/RjNg2ArSClL1w4nGI5rP3+Y=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
vendorHash = "sha256-J3RGQhjpGURmXOwq19BbbNg5ERrUXHnSG5Id6gX7Nug=";
|
||||
vendorHash = "sha256-29x5Lh++NBAsg2O2Vr6pf9iRuVOvow2R5Iqz6twZGXA=";
|
||||
|
||||
buildInputs = [
|
||||
xorg.libX11
|
||||
|
||||
Reference in New Issue
Block a user