hypseus-singe: 2.11.5 -> 2.11.6

This commit is contained in:
R. Ryantm 2025-08-01 13:51:54 +00:00
parent 2ea007a23b
commit 2fafdca860

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hypseus-singe";
version = "2.11.5";
version = "2.11.6";
src = fetchFromGitHub {
owner = "DirtBagXon";
repo = "hypseus-singe";
tag = "v${finalAttrs.version}";
hash = "sha256-K/U/cx1y8mbC81qYNHz+AqT/hsc108NCHo0MoDhQqvs=";
hash = "sha256-fSqlpzA2NUY1Sk+OTj9SmeRfQ+nqY9iAa3vTwr4OV9Q=";
};
patches = [ ./use-shared-mpeg2.patch ];