1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

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

fn-cli: 0.6.28 -> 0.6.29
This commit is contained in:
Nick Cao 2024-01-25 10:39:57 -05:00 committed by GitHub
commit aa2f65e393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fn";
version = "0.6.28";
version = "0.6.29";
src = fetchFromGitHub {
owner = "fnproject";
repo = "cli";
rev = version;
hash = "sha256-/ifr/sSaChZKRe9wCcjURhqZl2/JhIMewZSlJiit/7w=";
hash = "sha256-hN9Kok2+ZNYZsG+3ffzr1jGfIMg99JzgzC0x585KDF4=";
};
vendorHash = null;