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.
1 parent 180a8c9 commit d5a716dCopy full SHA for d5a716d
1 file changed
pkgs/development/tools/misc/acr/default.nix
@@ -5,13 +5,13 @@
5
6
stdenv.mkDerivation (self: {
7
pname = "acr";
8
- version = "2.0.0";
+ version = "2.1.1";
9
10
src = fetchFromGitHub {
11
owner = "radareorg";
12
repo = "acr";
13
rev = self.version;
14
- hash = "sha256-ma4KhwGFlLCfRQvQ11OdyovgGbKQUBo6qVRrE7V2pNo=";
+ hash = "sha256-JReYgIqQISQuLPd4pUbqbKtBOXT0/YJCn9czz2VTVBs=";
15
};
16
17
preConfigure = ''
0 commit comments