We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 703972c + 682c661 commit 9eea90dCopy full SHA for 9eea90d
pkgs/by-name/he/hexgui/package.nix
@@ -7,13 +7,13 @@
7
}:
8
stdenv.mkDerivation {
9
pname = "hexgui";
10
- version = "unstable-2023-1-7";
+ version = "0.10-unstable-2024-11-03";
11
12
src = fetchFromGitHub {
13
owner = "selinger";
14
repo = "hexgui";
15
- rev = "62f07ff51db0d4a945ad42f86167cc2f2ce65d90";
16
- hash = "sha256-yEdZs9HUt3lcrdNO1OH8M8g71+2Ltf+v1RR1fKRDV0o=";
+ rev = "444408f4411a4f13cbd90ac670f1dd344d35a948";
+ hash = "sha256-W5klRwVsSlrSp3Pw5D4uknIRjaNMv+OTUtXXTmd6P3I=";
17
};
18
19
nativeBuildInputs = [ ant jdk makeWrapper ];
0 commit comments