1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

fioctl: 0.42 -> 0.43

This commit is contained in:
R. Ryantm 2024-11-20 14:03:57 +00:00
parent b413874cd0
commit 13552fd822

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fioctl";
version = "0.42";
version = "0.43";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-UqUr57D5nZh+zanzCmxujLbA8eICKx0NUlP78YH8x/Q=";
sha256 = "sha256-hZ8jkIbNY2z4M7sHCYq6vVacetThcoYPJjkr8PFQmQA=";
};
vendorHash = "sha256-A5buz9JOAiXx9X4qmi7mTMJiy/E6XBaFlG/sXOG5AKw=";
vendorHash = "sha256-SUjHHsZGi5C5juYdJJ0Z7i6P6gySQOdn1VaReCIwfzU=";
ldflags = [
"-s" "-w"