3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #243483 from r-ryantm/auto-update/otpclient

otpclient: 3.1.8 -> 3.1.9
This commit is contained in:
figsoda 2023-07-14 17:24:45 -04:00 committed by GitHub
commit 002726bdf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "otpclient";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "paolostivanin";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wwK8JI/IP89aRmetUXE+RlrqU8bpfIkzMZ9nF7qFe1Q=";
hash = "sha256-FSXUqnES/YxONwLza4N2C4Ks02OOfRaXHbdBxr85sFg=";
};
nativeBuildInputs = [