power-calibrate: 0.01.34 -> 0.01.35

This commit is contained in:
R. Ryantm 2024-01-13 00:48:37 +00:00
parent 032116f435
commit 117c0d2838

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "power-calibrate";
version = "0.01.34";
version = "0.01.35";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-T2fCTE+snNt1ylOpVR0JfT2x0lWrgItpfjtUx/zjaQw=";
hash = "sha256-6ggxerWWBfjVgkgwLmIv/kPb04JIsJxPcVBrRQAG/ZM=";
};
installFlags = [