tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rehex: 0.5.4 -> 0.60.1
Weijia Wang
2 years ago
c1b8959e
609d7041
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
rehex
default.nix
+2
-2
pkgs/applications/editors/rehex/default.nix
···
19
20
stdenv.mkDerivation rec {
21
pname = "rehex";
22
-
version = "0.5.4";
23
24
src = fetchFromGitHub {
25
owner = "solemnwarning";
26
repo = pname;
27
rev = version;
28
-
hash = "sha256-UgwCfy2ssaPuSWeN2SXHBDXv/uLdrDoGr/Q9wXiuCnc=";
29
};
30
31
nativeBuildInputs = [ pkg-config which zip ]
···
19
20
stdenv.mkDerivation rec {
21
pname = "rehex";
22
+
version = "0.60.1";
23
24
src = fetchFromGitHub {
25
owner = "solemnwarning";
26
repo = pname;
27
rev = version;
28
+
hash = "sha256-oF8XtxKqyo6c2lNH6WDq6aEPeZw8RqBinDVhPpaDAWg=";
29
};
30
31
nativeBuildInputs = [ pkg-config which zip ]