hatari: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2025-06-23 12:37:12 +00:00
parent eeab26971f
commit 037b597fae

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "hatari"; pname = "hatari";
version = "2.5.0"; version = "2.6.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "framagit.org"; domain = "framagit.org";
owner = "hatari"; owner = "hatari";
repo = "hatari"; repo = "hatari";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-RC+KA6rNG4Hk3dvTtejiHl9+pPHImALF0Ho5QuTtjz4="; hash = "sha256-0KXnLsDmvLPzXsRE1QSymzcx/aX7kNxXSWYcZ2qZ0pw=";
}; };
# For pthread_cancel # For pthread_cancel