Merge pull request #265026 from figsoda/felix

felix-fm: 2.9.0 -> 2.10.1

authored by

Guillaume Girol and committed by
GitHub
968712dc a2c96b4b

+3 -3
+3 -3
pkgs/applications/file-managers/felix-fm/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "felix"; 12 - version = "2.9.0"; 13 14 src = fetchFromGitHub { 15 owner = "kyoheiu"; 16 repo = "felix"; 17 rev = "v${version}"; 18 - hash = "sha256-bTe8fPFVWuAATXdeyUvtdK3P4vDpGXX+H4TQ+h9bqUI="; 19 }; 20 21 - cargoHash = "sha256-q86NiJPtr1X9D9ym8iLN1ed1FMmEb217Jx3Ei4Bn5y0="; 22 23 nativeBuildInputs = [ pkg-config ]; 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "felix"; 12 + version = "2.10.1"; 13 14 src = fetchFromGitHub { 15 owner = "kyoheiu"; 16 repo = "felix"; 17 rev = "v${version}"; 18 + hash = "sha256-pDJW/QhkJtEAq7xusYn/t/pPizT77OYmlbVlF/RTXic="; 19 }; 20 21 + cargoHash = "sha256-AGQt06fMXuyOEmQIEiUCzuK1Atx3gQMUCB+hPWlrldk="; 22 23 nativeBuildInputs = [ pkg-config ]; 24