From d0de5c02571bbfe293b4fc82c65c9b9709c04b4a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 17 May 2024 16:43:59 +0000 Subject: snd: 24.3 -> 24.4 --- pkgs/applications/audio/snd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix index 4cb879850b095..67ec87343c74a 100644 --- a/pkgs/applications/audio/snd/default.nix +++ b/pkgs/applications/audio/snd/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "snd"; - version = "24.3"; + version = "24.4"; src = fetchurl { url = "mirror://sourceforge/snd/snd-${version}.tar.gz"; - sha256 = "sha256-riy8WrL6jbD4aYnFf9x5DVeYabmty0OCb53jP3iVD9I="; + sha256 = "sha256-nP4ngNUQvveSQBEqXlzYdaqD0SGzTDPwIiWhSabRu+8="; }; nativeBuildInputs = [ pkg-config ]; -- cgit 1.4.1 From c2a63d0466b9703bb43dcdfb554c757cb0db2338 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 20 May 2024 17:55:57 -0400 Subject: vmware-horizon-client: remove bundled libpng --- pkgs/applications/networking/remote/vmware-horizon-client/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix index 6b1630594be0f..ab6df01a269bf 100644 --- a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix +++ b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix @@ -54,6 +54,9 @@ let # Deleting the bundled library is the simplest way to force it to use our version. rm "$out/lib/vmware/gcc/libstdc++.so.6" + # This bundled version of libpng causes browser issues, and would prevent web-based sign-on. + rm "$out/lib/vmware/libpng16.so.16" + # This opensc library is required to support smartcard authentication during the # initial connection to Horizon. mkdir $out/lib/vmware/view/pkcs11 -- cgit 1.4.1 From abbb4a7e2795852dca65da51734d142c2d0d98f4 Mon Sep 17 00:00:00 2001 From: Gutyina Gergő Date: Tue, 21 May 2024 17:15:21 +0200 Subject: n8n: fix aarch64 build --- pkgs/applications/networking/n8n/default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/n8n/default.nix b/pkgs/applications/networking/n8n/default.nix index 7677abfb0ccf3..2fb3c47aa8f7c 100644 --- a/pkgs/applications/networking/n8n/default.nix +++ b/pkgs/applications/networking/n8n/default.nix @@ -19,13 +19,17 @@ nodePackages.n8n.override { pkgs.postgresql ]; - # Oracle's official package on npm is binary only (WHY?!) and doesn't provide binaries for aarch64. - # This can supposedly be fixed by building a custom copy of the module from source, but that's way - # too much complexity for a setup no one would ever actually run. - # - # NB: If you _are_ actually running n8n on Oracle on aarch64, feel free to submit a patch. preRebuild = lib.optionalString stdenv.isAarch64 '' + # Oracle's official package on npm is binary only (WHY?!) and doesn't provide binaries for aarch64. + # This can supposedly be fixed by building a custom copy of the module from source, but that's way + # too much complexity for a setup no one would ever actually run. + # + # NB: If you _are_ actually running n8n on Oracle on aarch64, feel free to submit a patch. rm -rf node_modules/oracledb + + # This package tries to load a prebuilt binary for a different arch, and it doesn't provide the binary for aarch64. + # It is marked as an optional dependency in pnpm-lock.yaml and there are no other references to it n8n. + rm -rf node_modules/@sap/hana-client ''; # makes libmongocrypt bindings not look for static libraries in completely wrong places -- cgit 1.4.1 From 8f081e9cbfc398c296c0bb49eec0c3a292f93547 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 May 2024 23:49:09 +0000 Subject: libretro.mupen64plus: unstable-2024-03-07 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..1edf9dca5e9a3 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -540,10 +540,10 @@ "src": { "owner": "libretro", "repo": "mupen64plus-libretro-nx", - "rev": "3f794eec4dc4af2f22ecce507f2da324381d3d92", - "hash": "sha256-xO01TAjW8otnoU8fzmK69BufoQn3eY9BPamc3ISqBn8=" + "rev": "5d2ac21adb784ad72d6101290117702eef0411dd", + "hash": "sha256-PKjnoTioAvCYv2JBiPMXR4QZUgPeSQ3V4cB7mp2fqeI=" }, - "version": "unstable-2024-03-07" + "version": "unstable-2024-05-21" }, "neocd": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 46bdb4b9942c20faa766f078253ba7b78b5d94e2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 May 2024 23:49:51 +0000 Subject: libretro.stella2014: unstable-2023-02-20 -> unstable-2024-05-20 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..05aebd99b0840 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -804,10 +804,10 @@ "src": { "owner": "libretro", "repo": "stella2014-libretro", - "rev": "8ab051edd4816f33a5631d230d54059eeed52c5f", - "hash": "sha256-wqssB8WXXF2Lu9heII8nWLLOvI38cIfHSMA7OOd6jx0=" + "rev": "db6bee857f73138ae02755bf09e392b31fef4540", + "hash": "sha256-NH9ZsYPG1X5wLKpIvcqDkMUyI/eDLVITY/IaY5djt/8=" }, - "version": "unstable-2023-02-20" + "version": "unstable-2024-05-20" }, "swanstation": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 722bb29002dfdbf6948595579aef223c6e435aa2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 21 May 2024 23:50:00 +0000 Subject: libretro.mrboom: unstable-2024-05-17 -> unstable-2024-05-19 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..0a4042fa3d6a0 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -529,11 +529,11 @@ "src": { "owner": "Javanaise", "repo": "mrboom-libretro", - "rev": "d9695504924344eb681b526d0cc3bb5e3884a32b", - "hash": "sha256-incaTU5pFv5K4jeiWx09Cp50+4Ewf13tT83zr7Zidmo=", + "rev": "a7af125dc9ef65c9a1b43136a75374bbac5458ee", + "hash": "sha256-hPJ8MpJOPGkckB0rj1uQ9BmY+0//Lj9jfNA9hfpdu3o=", "fetchSubmodules": true }, - "version": "unstable-2024-05-17" + "version": "unstable-2024-05-19" }, "mupen64plus": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From b8e2e1700c8b0249c233ba485b0dfab289fa7d85 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:12:56 +0000 Subject: libretro.snes9x: unstable-2024-05-13 -> unstable-2024-05-19 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..969b8358ea85a 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -754,10 +754,10 @@ "src": { "owner": "snes9xgit", "repo": "snes9x", - "rev": "8f41776532c407744c41e5d08444cb2dbd492c14", - "hash": "sha256-w8RWXqTjAUVrg3U0aMdaZ5mOlZYhgARzOAgyc57AhGQ=" + "rev": "738e53989e29c912eba3be4656df18cecc76e69b", + "hash": "sha256-riz4WBK/Qrw6QuIyi6ylNdDBxYOq1SsltC7/GAunZbM=" }, - "version": "unstable-2024-05-13" + "version": "unstable-2024-05-19" }, "snes9x2002": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From e93da40fa260cc397304d51f229524f4ae684911 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:13:45 +0000 Subject: libretro.pcsx-rearmed: unstable-2024-05-17 -> unstable-2024-05-20 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..f51ef83b73cee 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -631,10 +631,10 @@ "src": { "owner": "libretro", "repo": "pcsx_rearmed", - "rev": "db02598e737b8d50cd347fe2ef13cb85ade051dd", - "hash": "sha256-BgqwKbmRXKIMfv8xPBH38wTMSVWvkFKOJCb0emZkx5Y=" + "rev": "87f07621f8f864204d15e5514b7dcda7ed458fd4", + "hash": "sha256-J9HzZzzeih/Hv/hi+JmGloPMTgtRSdAubnipMDUOpIM=" }, - "version": "unstable-2024-05-17" + "version": "unstable-2024-05-20" }, "picodrive": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From b30f40b75bb62eb159483ead19a81d244b4986a5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:37:22 +0000 Subject: libretro.beetle-saturn: unstable-2024-02-25 -> unstable-2024-05-19 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..c688f9f73ef67 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -95,10 +95,10 @@ "src": { "owner": "libretro", "repo": "beetle-saturn-libretro", - "rev": "8192ecca34d44f8f85175fa7b7fab6ec2ffb31c2", - "hash": "sha256-2YDfyIEoCj9dM+d3+UOTFVNA56OnBNO5HgJAjoV7Xik=" + "rev": "7a8f808a1d447fcb8fa9547d9f163eb3600d3086", + "hash": "sha256-Yp1HuhbsQGicrFeIbnJP6Rd6hVK4BRclUnPKZlYC7pM=" }, - "version": "unstable-2024-02-25" + "version": "unstable-2024-05-19" }, "beetle-supafaust": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 24b529c2f435a55f3438d09b10bfc1c21e7eae46 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:52:24 +0000 Subject: libretro.mame2003: unstable-2024-05-17 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..db2425953b184 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -429,10 +429,10 @@ "src": { "owner": "libretro", "repo": "mame2003-libretro", - "rev": "aed807fce1acd4fbc70f7ced8fa52548220082ac", - "hash": "sha256-48C2vJIFfna2LcbcLVTTVmJzvV87DZBa+6UQz/LfaVU=" + "rev": "cb2c76b2185c6600d1985b041eae001c674ffc08", + "hash": "sha256-HBDJsYEC4G/wELYe8IGfq+9Hv2Sx+v52YxYfLQRZ+ns=" }, - "version": "unstable-2024-05-17" + "version": "unstable-2024-05-21" }, "mame2003-plus": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 5d6b6a4857f4f34118ca11c85f7d3db1997c730c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:52:30 +0000 Subject: dcrwallet: 1.8.1 -> 2.0.0 --- pkgs/applications/blockchains/dcrwallet/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/blockchains/dcrwallet/default.nix b/pkgs/applications/blockchains/dcrwallet/default.nix index 6fe4afa5b5841..cb7e19ada141c 100644 --- a/pkgs/applications/blockchains/dcrwallet/default.nix +++ b/pkgs/applications/blockchains/dcrwallet/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "dcrwallet"; - version = "1.8.1"; + version = "2.0.0"; src = fetchFromGitHub { owner = "decred"; repo = "dcrwallet"; rev = "release-v${version}"; - hash = "sha256-Pz25jExqbvy8fgiZy9vaYuVp8kuE6deGLlBEjxTnYGQ="; + hash = "sha256-KBmEMYNVHGkkFXE99nI0uCGGDpkC0MvSFWFPEQwvx+o="; }; - vendorHash = "sha256-lvN7OcDoEzb9LyH9C5q8pd0BOnF2VKuh4O82U+tQ6fI="; + vendorHash = "sha256-66S1evvX/SEKFXB00dyI9IEuV8dmqM+k1wuhTtgVpBs="; subPackages = [ "." ]; -- cgit 1.4.1 From 5835d7d5c9f4a4fffd0b68ecf1584e3a2d59b942 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:55:37 +0000 Subject: libretro.mame2003-plus: unstable-2024-05-17 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..40847c1b5b2a8 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -439,10 +439,10 @@ "src": { "owner": "libretro", "repo": "mame2003-plus-libretro", - "rev": "f0135f7f610c43496f376dfddbc60fc0ed24a736", - "hash": "sha256-jHilxNFL+n8QesjgD6lt8HQSVwA4uiLMsNa1JkkCIuA=" + "rev": "97dfe652dba01872bc5dd5d13a0dfb6588286adf", + "hash": "sha256-BQoc8y0eJkK8PpPqHjQ8qKp8/xrjl789bxNy+RdU3Sc=" }, - "version": "unstable-2024-05-17" + "version": "unstable-2024-05-21" }, "mame2010": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 57f60190718ae4e1757e765857cdc712258bc37c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 00:56:37 +0000 Subject: libretro.ppsspp: unstable-2024-05-14 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..bdcd9558f3c9f 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -663,11 +663,11 @@ "src": { "owner": "hrydgard", "repo": "ppsspp", - "rev": "dbcac0e48c769e4874028496c6d6f6ecc418e16f", - "hash": "sha256-Nn1kRh2xgKZWrrWRIuYkm4U7sJ5U9tMBRMZFTA4pcEE=", + "rev": "1a01e4fd2e1ad1a6c5a7a1511ddeb495f525ae9e", + "hash": "sha256-MWXfHbWQXi/UflOV4zchrBVdh+Nt04HnvoTbpLNyq/Q=", "fetchSubmodules": true }, - "version": "unstable-2024-05-14" + "version": "unstable-2024-05-21" }, "prboom": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From dc3b72af493d10d11da0e1f1340ab5c4d85b1ead Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 02:37:15 +0000 Subject: libretro.puae: unstable-2024-05-04 -> unstable-2024-05-20 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..b936b5a860f12 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -694,10 +694,10 @@ "src": { "owner": "libretro", "repo": "libretro-uae", - "rev": "106b98d50dab4b5648067096f0ba54acbf713fd3", - "hash": "sha256-UtZETlFrK59P6IK2i9Kt8qxRV8aEDMqxH7Oigm5sc1g=" + "rev": "3432007d28ef173707e2b32bd931932e5b74085d", + "hash": "sha256-spkl8A4mijM4uSpFojAFiYZl7tetWpCBKCDMUM8byUU=" }, - "version": "unstable-2024-05-04" + "version": "unstable-2024-05-20" }, "quicknes": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 2d64678308c2d2f3ce1fd7af53cdd827ce1d9967 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 02:56:37 +0000 Subject: ticker: 4.5.14 -> 4.6.2 --- pkgs/applications/misc/ticker/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/ticker/default.nix b/pkgs/applications/misc/ticker/default.nix index fdbc9c2a5cd48..a717135f48b4c 100644 --- a/pkgs/applications/misc/ticker/default.nix +++ b/pkgs/applications/misc/ticker/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "ticker"; - version = "4.5.14"; + version = "4.6.2"; src = fetchFromGitHub { owner = "achannarasappa"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-WpU0fxkdNqr8zF6eGOlbaV9dp6sZyNZ1J7Uq+yGBnUs="; + hash = "sha256-bNqwQwYuaWThpVVlZji0uiNKf8Ynxs00bAD+iSnbtm8="; }; - vendorHash = "sha256-c7wU9LLRlS9kOhE4yAiKAs/npQe8lvSwPcd+/D8o9rk="; + vendorHash = "sha256-cTJa170oFFPRQSg3njZk26XvzsRRdJqcsFokKUWJr6Q="; ldflags = [ "-s" -- cgit 1.4.1 From 0e081da3a7f568e8e009c74d1f93a5d5c66cb753 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 02:57:15 +0000 Subject: libretro.fbneo: unstable-2024-05-15 -> unstable-2024-05-20 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..62469dd054781 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -287,10 +287,10 @@ "src": { "owner": "libretro", "repo": "fbneo", - "rev": "d64b24ca2eaf5dcdc0e9e5a8ada95af736ec80d7", - "hash": "sha256-3arvKLXFXr7+s08IF4Qv215qfvi6uOk3afpo8zT4d3I=" + "rev": "312473be86f25e1a0456d4bb9d12462d90d59131", + "hash": "sha256-QU+ZG1onr3BtXZAUT9o5LypFozZsAF6biTj05sKtV+s=" }, - "version": "unstable-2024-05-15" + "version": "unstable-2024-05-20" }, "fceumm": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From fa41c157450d9b69e574c7c9ccca6d1b0dac403e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 03:44:48 +0000 Subject: libretro.bluemsx: unstable-2024-05-17 -> unstable-2024-05-20 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..38c5aa5b17001 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -155,10 +155,10 @@ "src": { "owner": "libretro", "repo": "bluemsx-libretro", - "rev": "0dcb73adef9601ca70d94b3f4e3ba1b3b54edbc0", - "hash": "sha256-jjo9vUMRZjHwhnh5OiC1JuNc/diJWoa/GcHwHnLIFqw=" + "rev": "df29d437204af0a5158b6ecb2d6b68296f8d979a", + "hash": "sha256-ULDnLHbEQ1+VR3axfbVaH4Kkuq/UDBA9JGuW9beraZ4=" }, - "version": "unstable-2024-05-17" + "version": "unstable-2024-05-20" }, "bsnes": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 529c3d261c0c74f0d57f95321e3acb58c42720a7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 03:45:22 +0000 Subject: libretro.mame: unstable-2024-05-09 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..dc1dc3e2a4d71 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -408,11 +408,11 @@ "src": { "owner": "libretro", "repo": "mame", - "rev": "1c6d288bf15705ab93c66a11af40eaf9d2a515a2", - "hash": "sha256-h5hMfCwoECTyH/VU7IheQg5Jx9skpYrZlA9Xh+4lotQ=", + "rev": "4ee35952a8fdb1332e970fa14c3e79c8c968050c", + "hash": "sha256-UIAMq8AIdLKX8SIF2V0+Vc6kHPJ0rmdx4BeqoSrCfFE=", "fetchSubmodules": true }, - "version": "unstable-2024-05-09" + "version": "unstable-2024-05-21" }, "mame2000": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From ac2296af833edccd737d2721433a6136dbd3704e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 03:47:21 +0000 Subject: talosctl: 1.7.1 -> 1.7.2 --- pkgs/applications/networking/cluster/talosctl/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/cluster/talosctl/default.nix b/pkgs/applications/networking/cluster/talosctl/default.nix index 25e4c7ab97edf..2b148c859e31c 100644 --- a/pkgs/applications/networking/cluster/talosctl/default.nix +++ b/pkgs/applications/networking/cluster/talosctl/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "talosctl"; - version = "1.7.1"; + version = "1.7.2"; src = fetchFromGitHub { owner = "siderolabs"; repo = "talos"; rev = "v${version}"; - hash = "sha256-1UDPpavDjWoM5kSfyaT4H5y5ax/vVlfqpzN9U2sTVuk="; + hash = "sha256-hYfh/faOQtN1MTnaCHsdogzBU3Xf6BY4apK+VuVCh6E="; }; - vendorHash = "sha256-52RaQOJ2KTuc8wdk7vv5XsynKdMOwZ1LaqiPdB+jXPw="; + vendorHash = "sha256-5Dxtwu+PM0TbznIPTl8QxgOvNsQZUDMGY2kf+PSfCqo="; ldflags = [ "-s" "-w" ]; -- cgit 1.4.1 From 5875762c833c86cf4da4fe1fd985a1ce6a5d5397 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 04:01:57 +0000 Subject: libretro.atari800: unstable-2023-11-14 -> unstable-2024-05-18 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..268c70395c3f1 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -15,10 +15,10 @@ "src": { "owner": "libretro", "repo": "libretro-atari800", - "rev": "410d7bf0c215f3444793a9cec51c129e7b67c400", - "hash": "sha256-mUhAraZrmElB6rxQziQG6I2sCdkiX5wYBJhkZgpMSa0=" + "rev": "8bfa3b80f6a2db365dfd1e8a6c06b7b0844327cf", + "hash": "sha256-sUv1NT5aOwULOCC9vCrlRXcvVdlfZk9dmPMZg2NGAPg=" }, - "version": "unstable-2023-11-14" + "version": "unstable-2024-05-18" }, "beetle-gba": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 57c1d2768b1c727632019a9b7a20ef0e6520e923 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 04:05:01 +0000 Subject: libretro.flycast: unstable-2024-05-17 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..a973be636c660 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -307,11 +307,11 @@ "src": { "owner": "flyinghead", "repo": "flycast", - "rev": "88f23958ace20840fb2666ccc42750a6f9b20d19", - "hash": "sha256-foLCf8E8HNT2DgSM5sUN4fkvJqBrlvOU6XBK4NgZzEU=", + "rev": "0fa3e9a37b37d2ab200a910ff2a5736ca8c57a1b", + "hash": "sha256-c2cDQ2MSsP/rUrX89Mj5Gplb0WS2EjjOBCNd5QFbuHw=", "fetchSubmodules": true }, - "version": "unstable-2024-05-17" + "version": "unstable-2024-05-21" }, "fmsx": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From f8b18b5485fc088cf2340d6f58ec884d7f4ca02d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 04:10:43 +0000 Subject: libretro.swanstation: unstable-2024-05-06 -> unstable-2024-05-21 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..6d9a491ec4515 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -814,10 +814,10 @@ "src": { "owner": "libretro", "repo": "swanstation", - "rev": "929958a1acaa075e32e108118b550e0449540cb6", - "hash": "sha256-UofVxdi+e1Y9d0ML/8lGahJCx5xnW5j9oDssRKrxYLU=" + "rev": "6a0cc4a1cf3b8a89150160f631f477c36dc6e559", + "hash": "sha256-YciqQW5Q9NYbzdsWeYc92CDWBaXT3HZmDsd3WkqPYzo=" }, - "version": "unstable-2024-05-06" + "version": "unstable-2024-05-21" }, "tgbdual": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From cb374142e6f67c0067f7b8bd9e1956e1f49eec2a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 04:11:54 +0000 Subject: libretro.dosbox-pure: unstable-2024-05-15 -> unstable-2024-05-20 --- pkgs/applications/emulators/retroarch/hashes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/emulators/retroarch/hashes.json b/pkgs/applications/emulators/retroarch/hashes.json index 1f5d42776bf3c..b565c1dec0c4b 100644 --- a/pkgs/applications/emulators/retroarch/hashes.json +++ b/pkgs/applications/emulators/retroarch/hashes.json @@ -246,10 +246,10 @@ "src": { "owner": "schellingb", "repo": "dosbox-pure", - "rev": "640452c18bbe15bfea4763883bcbc277317f1b6f", - "hash": "sha256-d1iyJNnq+ZbwAiRNOpmk+fDMnO/yg8EkvOuuHoyIyVw=" + "rev": "1c7ad4fafc5204e3aff83e2caa6020cb2fe43a2d", + "hash": "sha256-cOamfnwLilAz2I8CKA18JvauadbObuAq4JabNcdw7EQ=" }, - "version": "unstable-2024-05-15" + "version": "unstable-2024-05-20" }, "easyrpg": { "fetcher": "fetchFromGitHub", -- cgit 1.4.1 From 346073c3e6ea43ca6a6d37f4212e710dffc4fb05 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 06:12:56 +0000 Subject: kops: 1.28.4 -> 1.29.0 --- pkgs/applications/networking/cluster/kops/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/cluster/kops/default.nix b/pkgs/applications/networking/cluster/kops/default.nix index 7f051075a5b3a..bcd0b78f7a523 100644 --- a/pkgs/applications/networking/cluster/kops/default.nix +++ b/pkgs/applications/networking/cluster/kops/default.nix @@ -62,8 +62,8 @@ rec { }; kops_1_28 = mkKops rec { - version = "1.28.4"; - sha256 = "sha256-nknsrLdV7tQKLOir5RM3LRhTS+dyiAc1GjbByJzjwCo="; + version = "1.29.0"; + sha256 = "sha256-YneB9pc4IR+tYPRFE5CS+4JK/kPOHMo5/70A3k1x1tg="; rev = "v${version}"; }; } -- cgit 1.4.1 From 3909137ad69f82e09647e674c7c24527ecb62956 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 22 May 2024 06:25:50 +0000 Subject: pv-migrate: 1.8.0 -> 2.0.1 --- pkgs/applications/networking/cluster/pv-migrate/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/cluster/pv-migrate/default.nix b/pkgs/applications/networking/cluster/pv-migrate/default.nix index c2d38e2a7c893..0d7b6db8a7064 100644 --- a/pkgs/applications/networking/cluster/pv-migrate/default.nix +++ b/pkgs/applications/networking/cluster/pv-migrate/default.nix @@ -2,18 +2,18 @@ buildGoModule rec { pname = "pv-migrate"; - version = "1.8.0"; + version = "2.0.1"; src = fetchFromGitHub { owner = "utkuozdemir"; repo = pname; rev = "v${version}"; - sha256 = "sha256-HeK8/IZTqkrJxfmNIYOm8/jY3Fbof8t7/emdHONvMZo="; + sha256 = "sha256-QD/yacQOII1AS9VHB/2cTgoxLioyKYoROSizkHooX9w="; }; subPackages = [ "cmd/pv-migrate" ]; - vendorHash = "sha256-q8/Rb26ZY/Rn3FnESnAvPr+LrIvFFlSJnN6c0k8+sHg="; + vendorHash = "sha256-NXL7LaGSfiJW9lQrZyh5Iw1QvQ9T8omfafADm4PlGik="; ldflags = [ "-s" -- cgit 1.4.1