Merge pull request #276825 from r-ryantm/auto-update/sptk

sptk: 4.1 -> 4.2
This commit is contained in:
Fabian Affolter 2023-12-28 08:53:04 +01:00 committed by GitHub
commit 676f4904ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [