ytfzf: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm 2023-01-18 09:30:32 +00:00 committed by Robert Schütz
parent 8625a430bd
commit fe0fbe3d7b

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-01F3JSpA/SjAZWmXPftT/EvGlLVM3U/zLyABREgePi8=";
hash = "sha256-AouOckRrPdIzwfn6s7GXu3U9PrihcyPpt6Xb41dq1zg=";
};
nativeBuildInputs = [ makeWrapper ];