lf: 35 -> 36 (#427432)

This commit is contained in:
Gaétan Lepage
2025-07-22 19:38:40 +02:00
committed by GitHub
+4 -4
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "lf";
version = "35";
version = "36";
src = fetchFromGitHub {
owner = "gokcehan";
repo = "lf";
rev = "r${version}";
hash = "sha256-0ZyIbEKiQ9l30gqHlpW7l/6/TzqVRvnKk9c2FiQ6E6Y=";
tag = "r${version}";
hash = "sha256-XvoCP1Ih+FLDhd1y4GB+J+8901zGpIXT1sf+Gfd+HLw=";
};
vendorHash = "sha256-QPsIZ4TRfsYt/bLLQ+1D2X4H+ol3gU8biJIktUv8DYQ=";
vendorHash = "sha256-ZShpWCfEVPLafrn3MvtxkRsBvwUEOiLBs1gZhKSBrsQ=";
nativeBuildInputs = [ installShellFiles ];