wofi-pass: 23.1.2 -> 23.1.4

This commit is contained in:
R. Ryantm 2023-12-25 03:54:58 +00:00
parent 65a62c9f75
commit ad9f4cc5ec

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wofi-pass";
version = "23.1.2";
version = "23.1.4";
src = fetchFromGitHub {
owner = "schmidtandreas";
repo = "wofi-pass";
rev = "v${version}";
sha256 = "sha256-Z1a+nfnL6NXhufpCU7VIkwuifoS88Pf9qI8GCuP/Zqc=";
sha256 = "sha256-Ycu1NFHoglJdOzGuJ7yfmDo1+f+FMPkpQXJuz6nvtig=";
};
nativeBuildInputs = [ makeWrapper ];