acr: 2.2.2 -> 2.2.4

This commit is contained in:
R. Ryantm
2025-09-18 21:30:59 +00:00
parent ee164a706c
commit dbb77aee0a
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "acr";
version = "2.2.2";
version = "2.2.4";
src = fetchFromGitHub {
owner = "radareorg";
repo = "acr";
rev = finalAttrs.version;
hash = "sha256-qaFJ79EZmqlFJ0D87bJK6ecfG3yHDPWeN7U3+kNaHnI=";
hash = "sha256-ASdXxkHqrxs4xVKB9LJDU5Y12+1Gv+NgFHC+tEC5p+E=";
};
preConfigure = ''