lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #239648 from r-ryantm/auto-update/fn-cli

fn-cli: 0.6.24 -> 0.6.25

authored by

Mario Rodas and committed by
GitHub
3fe11cb1 76bcc583

+2 -2
+2 -2
pkgs/applications/networking/cluster/fn-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "fn"; 5 - version = "0.6.24"; 5 + version = "0.6.25"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fnproject"; 9 9 repo = "cli"; 10 10 rev = version; 11 - hash = "sha256-em9Bfrk7jJdmg3N+zH0VTpCdKPEOBK8vc297V5vmKzM="; 11 + hash = "sha256-hXWsEg4GJ9AGiZBRLKp7yOJ8o3m4EOvb/g8rVUVHFEM="; 12 12 }; 13 13 14 14 vendorHash = null;