Loading pkgs/tools/security/pass/wofi-pass.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,13 +29,13 @@ let in stdenv.mkDerivation rec { pname = "wofi-pass"; version = "23.1.4"; version = "24.0.0"; src = fetchFromGitHub { owner = "schmidtandreas"; repo = "wofi-pass"; rev = "v${version}"; sha256 = "sha256-Ycu1NFHoglJdOzGuJ7yfmDo1+f+FMPkpQXJuz6nvtig="; sha256 = "sha256-tmRfbcX83AfPx7yPajQIqrJVXzzhQhi9JZN8TIIpRrc="; }; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/tools/security/pass/wofi-pass.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,13 +29,13 @@ let in stdenv.mkDerivation rec { pname = "wofi-pass"; version = "23.1.4"; version = "24.0.0"; src = fetchFromGitHub { owner = "schmidtandreas"; repo = "wofi-pass"; rev = "v${version}"; sha256 = "sha256-Ycu1NFHoglJdOzGuJ7yfmDo1+f+FMPkpQXJuz6nvtig="; sha256 = "sha256-tmRfbcX83AfPx7yPajQIqrJVXzzhQhi9JZN8TIIpRrc="; }; nativeBuildInputs = [ makeWrapper ]; Loading