tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cutter: 2.0.2 -> 2.0.3
Jörg Thalheim
4 years ago
1ae69f0d
63eb37d2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
rizin
cutter.nix
+2
-2
pkgs/development/tools/analysis/rizin/cutter.nix
···
11
11
12
12
mkDerivation rec {
13
13
pname = "cutter";
14
14
-
version = "2.0.2";
14
14
+
version = "2.0.3";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "rizinorg";
18
18
repo = "cutter";
19
19
rev = "v${version}";
20
20
-
sha256 = "sha256-CVVUXx6wt9vH3B7NrrlRGnOIrhXQPjV7GmX3O+KtMSM=";
20
20
+
sha256 = "sha256-OC04d3j8Dfsob1dUjNBc1pSQFxJlexzWJ4v0V3QNkno=";
21
21
fetchSubmodules = true;
22
22
};
23
23