hardinfo2: 2.2.16 -> 2.3.1

This commit is contained in:
Sigmanificient
2026-07-03 23:23:37 +02:00
parent 24a2680a75
commit da2a179a76
+2 -2
View File
@@ -51,13 +51,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hardinfo2";
version = "2.2.16";
version = "2.3.1";
src = fetchFromGitHub {
owner = "hardinfo2";
repo = "hardinfo2";
tag = "release-${finalAttrs.version}";
hash = "sha256-n/Rf/XKsATx3OEzYSjl+2Yzk7WSiaBkbOveA9+xR6fc=";
hash = "sha256-rrb7iwR5kd7kJSncbE+yzdG55L7IaF7919kLsl/A5pY=";
};
patches = [