hidapitester: 0.5 -> 0.6

This commit is contained in:
R. Ryantm
2026-05-14 10:33:12 +00:00
parent 62b115397a
commit 01e03ca565
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hidapitester";
version = "0.5";
version = "0.6";
src = fetchFromGitHub {
owner = "todbot";
repo = "hidapitester";
tag = "v${finalAttrs.version}";
hash = "sha256-OpLeKTouCB3efsXWJO0lZxUHxtDKeBY7OYk0HwC2NF4=";
hash = "sha256-WqyAaoiiuHbLAgfGpl4M3AHyWFl8KPGA/OaO2E/uix0=";
};
postUnpack = ''