Merge pull request #295908 from r-ryantm/auto-update/wofi-pass

wofi-pass: 23.1.4 -> 24.0.0

authored by Nick Cao and committed by GitHub d519d441 26aa3fc3

+2 -2
+2 -2
pkgs/tools/security/pass/wofi-pass.nix
··· 29 in 30 stdenv.mkDerivation rec { 31 pname = "wofi-pass"; 32 - version = "23.1.4"; 33 34 src = fetchFromGitHub { 35 owner = "schmidtandreas"; 36 repo = "wofi-pass"; 37 rev = "v${version}"; 38 - sha256 = "sha256-Ycu1NFHoglJdOzGuJ7yfmDo1+f+FMPkpQXJuz6nvtig="; 39 }; 40 41 nativeBuildInputs = [ makeWrapper ];
··· 29 in 30 stdenv.mkDerivation rec { 31 pname = "wofi-pass"; 32 + version = "24.0.0"; 33 34 src = fetchFromGitHub { 35 owner = "schmidtandreas"; 36 repo = "wofi-pass"; 37 rev = "v${version}"; 38 + sha256 = "sha256-tmRfbcX83AfPx7yPajQIqrJVXzzhQhi9JZN8TIIpRrc="; 39 }; 40 41 nativeBuildInputs = [ makeWrapper ];