Skip to content

Commit d5a716d

Browse files
acr: 2.0.0 -> 2.1.1
1 parent 180a8c9 commit d5a716d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/tools/misc/acr/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
stdenv.mkDerivation (self: {
77
pname = "acr";
8-
version = "2.0.0";
8+
version = "2.1.1";
99

1010
src = fetchFromGitHub {
1111
owner = "radareorg";
1212
repo = "acr";
1313
rev = self.version;
14-
hash = "sha256-ma4KhwGFlLCfRQvQ11OdyovgGbKQUBo6qVRrE7V2pNo=";
14+
hash = "sha256-JReYgIqQISQuLPd4pUbqbKtBOXT0/YJCn9czz2VTVBs=";
1515
};
1616

1717
preConfigure = ''

0 commit comments

Comments
 (0)