ovh-ttyrec: 1.1.6.6 -> 1.1.6.7 (#118529)

This commit is contained in:
R. RyanTM 2021-04-05 07:11:28 -07:00 committed by GitHub
parent b60a941186
commit 10ffa4bf0a
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.6";
version = "1.1.6.7";
src = fetchFromGitHub {
owner = "ovh";
repo = "ovh-ttyrec";
rev = "v${version}";
sha256 = "176g3k2pzw6zpvmcc2f8idn6vhlygf7lfzxvrhysav2izc5dd130";
sha256 = "sha256-OkSs0Cu79u53+fN57px48f6kJKuOJLjGUar+lLTdUJU=";
};
nativeBuildInputs = [ zstd ];