Merge pull request #305214 from r-ryantm/auto-update/sopwith

sopwith: 2.4.0 -> 2.5.0
This commit is contained in:
Weijia Wang 2024-04-20 23:03:45 +02:00 committed by GitHub
commit 9d6a4bc061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [