ytfzf: 2.1 -> 2.2

https://github.com/pystardust/ytfzf/releases/tag/v2.2
This commit is contained in:
Robert Schütz
2022-02-26 00:32:17 +01:00
committed by Bjørn Forsman
parent 377917b524
commit d9b6b8a849
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-NJLXXam7FmBWj9sM+S71e5o5e6OtVpw0m32kUo3Fbec=";
hash = "sha256-dQq7p/aK9iiyuhuxh5eVXR9GLukwsvosONpQTI0mknw=";
};
nativeBuildInputs = [ makeWrapper ];