tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
fmt_9: 9.0.0 -> 9.1.0
Zhaofeng Li
3 years ago
9cfee5c3
2e7242bb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
fmt
default.nix
+2
-2
pkgs/development/libraries/fmt/default.nix
reviewed
···
53
53
};
54
54
55
55
fmt_9 = generic {
56
56
-
version = "9.0.0";
57
57
-
sha256 = "sha256-nwlAzMkY1JdhLtes48VaNH9LS7GzqtPCwk2dZA/bGmQ=";
56
56
+
version = "9.1.0";
57
57
+
sha256 = "sha256-rP6ymyRc7LnKxUXwPpzhHOQvpJkpnRFOt2ctvUNlYI0=";
58
58
};
59
59
}