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

ytfzf: 2.4.0 -> 2.4.1
This commit is contained in:
Jonas Heinrich
2022-08-08 10:07:57 +02:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-IQ6YIHcFriqLAGoB8QhvWiYkI7Aq4RL12TL3c/N+YqE=";
hash = "sha256-nci2VXto9LptfNHBmLGxfMXQnzbVP1+GlvllOqWFGKU=";
};
nativeBuildInputs = [ makeWrapper ];