wofi-pass: 24.0.0 -> 24.0.2

This commit is contained in:
R. Ryantm 2024-03-18 07:51:56 +00:00
parent 587588276e
commit 77db2262b5

View file

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wofi-pass";
version = "24.0.0";
version = "24.0.2";
src = fetchFromGitHub {
owner = "schmidtandreas";
repo = "wofi-pass";
rev = "v${version}";
sha256 = "sha256-tmRfbcX83AfPx7yPajQIqrJVXzzhQhi9JZN8TIIpRrc=";
sha256 = "sha256-OtUz0YLKuEzA4kv+llrOll0L84nMTkYH6JPxrkQKB6I=";
};
nativeBuildInputs = [ makeWrapper ];