sdl-jstest: 2018-06-15 -> 0.2.2-unstable-2025-03-27

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-10-24 19:28:18 +02:00
parent cae2bb97b0
commit 67bf583894

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "sdl-jstest"; pname = "sdl-jstest";
version = "2018-06-15"; version = "0.2.2-unstable-2025-03-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Grumbel"; owner = "Grumbel";
repo = "sdl-jstest"; repo = "sdl-jstest";
rev = "aafbdb1ed3e687583037ba55ae88b1210d6ce98b"; rev = "917d27b3b45a335137bd2c8597f8bcf2bac8a569";
hash = "sha256-Mw+ENOVZ0O8WercdDNLAAkNMPZ2NyxSa+nMtgNmXjFw="; hash = "sha256-lUHI72fcIEllbcieUrp9A/iKSjUHqmKOUXbzdXCV5jE=";
fetchSubmodules = true; fetchSubmodules = true;
}; };