We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 406ea5c + 6dafa96 commit d89fc19Copy full SHA for d89fc19
pkgs/by-name/fe/ferron/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "ferron";
13
- version = "1.2.0";
+ version = "1.3.0";
14
15
src = fetchFromGitHub {
16
owner = "ferronweb";
17
repo = "ferron";
18
tag = finalAttrs.version;
19
- hash = "sha256-FK3LdDkTtY5UsYc/wR8cAyh2GHs9oTvN2K3N0tn+eOM=";
+ hash = "sha256-Ckz4+B4CxS2S+YbImdqkNGBONTMetxXxZb/J84dB4c0=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-/OhIsP3okvCVwGP0Txjm8feOumaJXxoJdCY/CE0Tu6Y=";
+ cargoHash = "sha256-ZK78ftnVb6k19Pv84HMeM5rGit/KxHJRG8JP8mrjCnY=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments