Skip to content

Commit

Permalink
Merge pull request #205700 from figsoda/felix
Browse files Browse the repository at this point in the history
felix-fm: 2.1.1 -> 2.2.0
  • Loading branch information
figsoda authored Dec 12, 2022
2 parents 1d0b181 + 7e6e7b6 commit f401b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/file-managers/felix-fm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "felix";
version = "2.1.1";
version = "2.2.0";

src = fetchFromGitHub {
owner = "kyoheiu";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0wYYElXm7Nr1zjtWLSdBaUVsb+2CN4TwaJr5g1juUUs=";
sha256 = "sha256-wc1hBHqVH/ooXqF97Ev/mVdbfS9JCrreq2n2PIg/pEs=";
};

cargoSha256 = "sha256-SnXZkMrAhhP8lVFCd6LKHFSg9o2K1Wy+z/4oUZOHoXw=";
cargoSha256 = "sha256-CraJexOepja1CJnp9ngCVBWiFy84rWXzDRTWa0sxQs0=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit f401b78

Please sign in to comment.