regripper: 0-unstable-2024-11-02 -> 0-unstable-2024-12-12

This commit is contained in:
Diogo Correia
2024-12-18 19:25:19 +00:00
parent 802a0aca8d
commit 5613d83ba6
+3 -3
View File
@@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation {
pname = "regripper";
version = "0-unstable-2024-11-02";
version = "0-unstable-2024-12-12";
src = fetchFromGitHub {
owner = "keydet89";
repo = "RegRipper3.0";
rev = "89f3cac57e10bce1a79627e6038353e8e8a0c378";
hash = "sha256-dW3Gr4HQH484i47Bg+CEnBYoGQQRMBJr88+YeuU+iV4=";
rev = "bdf7ac2500a41319479846fe07202b7e8a61ca1f";
hash = "sha256-JEBwTpDck0w85l0q5WjF1d20NyU+GJ89yAzbkUVOsu0=";
};
nativeBuildInputs = [ makeWrapper ];