mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
ovh-ttyrec: 1.1.6.7 -> 1.1.7.1
This commit is contained in:
parent
58aa673711
commit
5568d392c6
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user