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 { stdenv.mkDerivation rec {
pname = "ovh-ttyrec"; pname = "ovh-ttyrec";
version = "1.1.6.6"; version = "1.1.6.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ovh"; owner = "ovh";
repo = "ovh-ttyrec"; repo = "ovh-ttyrec";
rev = "v${version}"; rev = "v${version}";
sha256 = "176g3k2pzw6zpvmcc2f8idn6vhlygf7lfzxvrhysav2izc5dd130"; sha256 = "sha256-OkSs0Cu79u53+fN57px48f6kJKuOJLjGUar+lLTdUJU=";
}; };
nativeBuildInputs = [ zstd ]; nativeBuildInputs = [ zstd ];