Skip to content

Commit 6dafa96

Browse files
committed
1 parent 33c2650 commit 6dafa96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fe/ferron/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage (finalAttrs: {
1212
pname = "ferron";
13-
version = "1.2.0";
13+
version = "1.3.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "ferronweb";
1717
repo = "ferron";
1818
tag = finalAttrs.version;
19-
hash = "sha256-FK3LdDkTtY5UsYc/wR8cAyh2GHs9oTvN2K3N0tn+eOM=";
19+
hash = "sha256-Ckz4+B4CxS2S+YbImdqkNGBONTMetxXxZb/J84dB4c0=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-/OhIsP3okvCVwGP0Txjm8feOumaJXxoJdCY/CE0Tu6Y=";
23+
cargoHash = "sha256-ZK78ftnVb6k19Pv84HMeM5rGit/KxHJRG8JP8mrjCnY=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)