k40-whisperer: 0.62 -> 0.67

This commit is contained in:
R. Ryantm 2023-10-20 09:25:50 +00:00
parent 5bf82c5a0b
commit fe13bafe88

View File

@ -23,12 +23,12 @@ let
in stdenv.mkDerivation rec {
pname = "k40-whisperer";
version = "0.62";
version = "0.67";
src = fetchzip {
url = "https://www.scorchworks.com/K40whisperer/K40_Whisperer-${version}_src.zip";
stripRoot = true;
sha256 = "sha256-3O+lCpmsCCu61REuxhrV8Uy01AgEGq/1DlMhjo45URM=";
sha256 = "sha256-jyny5uNZ5eL4AV47uAgOhBe4Zqg8GK3e86Z9gZbC68s=";
};
nativeBuildInputs = [ makeWrapper ];