wofi-pass: 24.0.2 -> 24.1.0

This commit is contained in:
R. Ryantm
2024-12-19 15:35:53 +00:00
parent 41edc75130
commit 042dc8cf98
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
pname = "wofi-pass";
version = "24.0.2";
version = "24.1.0";
src = fetchFromGitHub {
owner = "schmidtandreas";
repo = "wofi-pass";
rev = "v${version}";
sha256 = "sha256-OtUz0YLKuEzA4kv+llrOll0L84nMTkYH6JPxrkQKB6I=";
sha256 = "sha256-oRGDhr28UQjr+g//fWcLKWXqKSsRUWtdh39UMFSaPfw=";
};
nativeBuildInputs = [ makeWrapper ];