_1fps: 0.1.10 -> 0.1.17

This commit is contained in:
R. Ryantm
2025-09-16 16:27:58 +00:00
parent b780ce5f51
commit 2696201e1a
+3 -3
View File
@@ -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