sptk: 4.0 -> 4.1

This commit is contained in:
R. Ryantm
2022-12-28 13:38:48 +00:00
parent 3f3eb370c1
commit f76e5335d6
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "sptk";
version = "4.0";
version = "4.1";
src = fetchFromGitHub {
owner = "sp-nitech";
repo = "SPTK";
rev = "v${version}";
hash = "sha256-Be3Pbg+vt/P3FplZN7yBL+HVq/BmzaBcwKOBsbH7r9g=";
hash = "sha256-t8XVdKrrewfqefUnEz5xHgRHF0NThNQD1KGPMLOO/o8=";
};
nativeBuildInputs = [