sopwith: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm 2024-04-19 02:56:24 +00:00
parent 1f3ac32a1e
commit 894cdbfae0
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "sopwith";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "fragglet";
repo = "sdl-sopwith";
rev = "refs/tags/sdl-sopwith-${version}";
hash = "sha256-7/xTg41NYxzeGNyt/ClbM/uHMTAE87wn6vc9Ai6P+30=";
hash = "sha256-e7/Cv/v5NhYG5eb9B5oVxh/Dbmm2v4Y4KUKI4JI5SFw=";
};
nativeBuildInputs = [