nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

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

grafanaPlugins.volkovlabs-form-panel: 5.1.0 -> 6.0.0 (#427715)

authored by

Aleksana and committed by
GitHub
2177e08b 5e223a89

+2 -2
+2 -2
pkgs/servers/monitoring/grafana/plugins/volkovlabs-form-panel/default.nix
··· 2 2 3 3 grafanaPlugin { 4 4 pname = "volkovlabs-form-panel"; 5 - version = "5.1.0"; 6 - zipHash = "sha256-aFIrKrfcTk4dGBaGVMv6mMLQqys5QaD9XgZIGmtgA5s="; 5 + version = "6.0.0"; 6 + zipHash = "sha256-oSoprdWcpXypTMM4d3MuPXA/hcqd/3sSxuTluL7JW4Y="; 7 7 meta = with lib; { 8 8 description = "Plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard"; 9 9 license = licenses.asl20;