-
-
Notifications
You must be signed in to change notification settings - Fork 17.8k
jumpy: 0.8.0 -> 0.12.2 #377607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jumpy: 0.8.0 -> 0.12.2 #377607
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the homepage "https://fishfight.org/" doesn't look right, leads to a fishy website
EDIT: github references https://fishfolk.org/games/jumpy/ which certainly looks better
|
841a248 to
0e229fa
Compare
yea i noticed that a while ago too closes #355079 |
f99da72 to
1b20f91
Compare
|
For me it fails to build with the following error: Digging into it, it looks like I don´t know how this can be fixed... |
|
I have opened fishfolk/jumpy#1051 that addresses the problem with the |
|
Wouldn't it be better to just bring in the relevant commit as a patch (with a comment to remove it in the next release) instead of switching to unstable? Or did that not work? |
|
Hi, You can try if you want. Best Regards |
diff --git a/pkgs/by-name/ju/jumpy/package.nix b/pkgs/by-name/ju/jumpy/package.nix
index e930e74da1d1..5b98d32b0721 100644
--- a/pkgs/by-name/ju/jumpy/package.nix
+++ b/pkgs/by-name/ju/jumpy/package.nix
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
+ fetchpatch2,
makeWrapper,
pkg-config,
zstd,
@@ -16,17 +17,24 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jumpy";
- version = "0.12.2-unstable-2025-07-03";
+ version = "0.12.2";
src = fetchFromGitHub {
owner = "fishfolk";
repo = "jumpy";
- rev = "8234e6d2c0b33c75e2112596ded1734fdba50fb8";
- hash = "sha256-mrOl2woi1KgO6eWQCkCGgqxhmgSnngiUx1w5efon5LA=";
+ tag = "v${finalAttrs.version}";
+ hash = "sha256-g/CpSycTCM1i6O7Mir+3huabvr4EXghDApquEUNny8c=";
};
+ cargoPatches = [
+ (fetchpatch2 {
+ url = "https://github.com/fishfolk/jumpy/pull/1051.patch?full_index=1";
+ hash = "sha256-IWjBw1Wj/6CT/x6xm6vfpUMfk7A5/EsdbPDvWywRFc8=";
+ })
+ ];
+
useFetchCargoVendor = true;
- cargoHash = "sha256-I4Pw1uxES07IXXDRXWSrRLX/IGuE4GZnN7bzE1lBbDA=";
+ cargoHash = "sha256-2I9s1zH94GRqXGBxZYyXOQwNeYrpV1UhUSKGCs9Ce9Q=";
nativeBuildInputs = [
makeWrapper
|
|
Hi, @phanirithvij Exactly what I did, but it didn't work. (but with commit directly) Best Regards |
5d7c0f3 to
e28ded7
Compare
|
I'll have a look at it later today, but I remember testing your previous version that everything seemed to be working as expected. So the menu you screenshotted here had text for me. |
Hi, Yes is probably issue on my side with AMD GPU or X11. Best Regards |
PhiliPdB
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I am on xfce and the version with the cargoPatch works, so x11 might not be the issue. If the latest unstable version works for you I suggest packaging that instead of patching. |
GaetanLepage
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine on wayland.
|



Fix: #355081
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.