mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
wofi-pass: 23.1.2 -> 23.1.4
This commit is contained in:
parent
65a62c9f75
commit
ad9f4cc5ec
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user