sptk: 4.1 -> 4.2

This commit is contained in:
R. Ryantm 2023-12-26 01:48:25 +00:00
parent 904b22f402
commit c010cf1bea

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "sptk";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "sp-nitech";
repo = "SPTK";
rev = "v${version}";
hash = "sha256-t8XVdKrrewfqefUnEz5xHgRHF0NThNQD1KGPMLOO/o8=";
hash = "sha256-lIyOcN2AR3ilUZ9stpicjbwlredbwgGPwmMICxZEijU=";
};
nativeBuildInputs = [