ferron: 1.3.0 -> 1.3.1 (#414348)

This commit is contained in:
Gaétan Lepage 2025-06-06 00:19:52 +02:00 committed by GitHub
commit 75ee9a9cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "ferron"; pname = "ferron";
version = "1.3.0"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ferronweb"; owner = "ferronweb";
repo = "ferron"; repo = "ferron";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-Ckz4+B4CxS2S+YbImdqkNGBONTMetxXxZb/J84dB4c0="; hash = "sha256-DD9mv2tMGLtnBU1YAb/CDTt+OcDVRzEfW3kUmePT+y4=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-ZK78ftnVb6k19Pv84HMeM5rGit/KxHJRG8JP8mrjCnY="; cargoHash = "sha256-ezH8Oraog7XmD4zcrT5eiqS4zQ54m0SXNWlBRx0mJgo=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config