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

ytfzf: 2.6.1 -> 2.6.2
This commit is contained in:
Weijia Wang
2024-03-07 11:25:56 +01:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "ytfzf";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "pystardust";
repo = "ytfzf";
rev = "v${version}";
hash = "sha256-wd7IgJRSh8UJ28slItIz1OhAg7cgVSDUldCyaObn6Ak=";
hash = "sha256-rwCVOdu9UfTArISt8ITQtLU4Gj2EZd07bcFKvxXQ7Bc=";
};
nativeBuildInputs = [ makeWrapper ];