hidapitester: 0.5 -> 0.6 (#520071)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-15 15:34:01 +00:00
committed by GitHub
+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 = ''