Merge pull request #258625 from r-ryantm/auto-update/ovh-ttyrec

ovh-ttyrec: 1.1.6.7 -> 1.1.7.1
This commit is contained in:
Nick Cao 2023-10-02 15:36:40 -04:00 committed by GitHub
commit 266ff9cc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ovh-ttyrec";
version = "1.1.6.7";
version = "1.1.7.1";
src = fetchFromGitHub {
owner = "ovh";
repo = "ovh-ttyrec";
rev = "v${version}";
sha256 = "sha256-OkSs0Cu79u53+fN57px48f6kJKuOJLjGUar+lLTdUJU=";
sha256 = "sha256-VTF9WLwAIWWn+W0sLQaoFBFro+pSXKwcTO6q6MW6JD8=";
};
nativeBuildInputs = [ zstd ];