about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-20 23:03:45 +0200
committerGitHub <noreply@github.com>2024-04-20 23:03:45 +0200
commit9d6a4bc0610ac564b4404cb766553d31d02f7de0 (patch)
tree881601098e45a7da8808a6db0a4d480192afd586 /pkgs
parent4930106b4245129f7e55ecbf4ed12cb743c794a7 (diff)
parent894cdbfae08995647300e722c86425a4f5607003 (diff)
Merge pull request #305214 from r-ryantm/auto-update/sopwith
sopwith: 2.4.0 -> 2.5.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/so/sopwith/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/so/sopwith/package.nix b/pkgs/by-name/so/sopwith/package.nix
index b881454fff78e..8a4c1f9162010 100644
--- a/pkgs/by-name/so/sopwith/package.nix
+++ b/pkgs/by-name/so/sopwith/package.nix
@@ -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 = [