ovh-ttyrec: 1.1.6.7 -> 1.1.7.1

This commit is contained in:
R. Ryantm 2023-10-02 17:53:17 +00:00
parent 58aa673711
commit 5568d392c6

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 ];