lol

Merge pull request #300539 from r-ryantm/auto-update/bash-supergenpass

bash-supergenpass: unstable-2020-02-03 -> unstable-2024-03-24

authored by

Nick Cao and committed by
GitHub
20984e60 3772198c

+3 -3
+3 -3
pkgs/tools/security/bash-supergenpass/default.nix
··· 8 8 9 9 stdenv.mkDerivation { 10 10 pname = "bash-supergenpass"; 11 - version = "unstable-2020-02-03"; 11 + version = "unstable-2024-03-24"; 12 12 13 13 nativeBuildInputs = [ makeWrapper ]; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "lanzz"; 17 17 repo = "bash-supergenpass"; 18 - rev = "e5d96599b65d65a37148996f00f9d057e522e4d8"; 19 - sha256 = "1d8csp94l2p5y5ln53aza5qf246rwmd10043x0x1yrswqrrya40f"; 18 + rev = "03416ad4d753d825acd0443a01ac13d385d5e048"; 19 + sha256 = "Q+xmT72UFCc71K87mAzpyTmEIXjR9SqX0xzmQfi5P9k="; 20 20 }; 21 21 22 22 installPhase = ''