Merge pull request #231466 from r-ryantm/auto-update/ytfzf

ytfzf: 2.5.5 -> 2.6.0
This commit is contained in:
figsoda 2023-05-12 09:39:33 -04:00 committed by GitHub
commit 9eff6f4469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.5.5";
version = "2.6.0";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-2GpCO8U1QZQy+0DQzzqc1Ba+PRj1Ns0lNHupzKYCkVY=";
hash = "sha256-b/rsujR3GRwxrVc0iPVbxyPTRTr8kk2WKqEMwdb9lac=";
};
nativeBuildInputs = [ makeWrapper ];