Skip to content

Commit

Permalink
catfs: unstable-2020-03-21 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored and jonringer committed Dec 17, 2022
1 parent 9ed4897 commit d7ec1a3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pkgs/os-specific/linux/catfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "catfs";
version = "unstable-2020-03-21";
version = "0.9.0";

src = fetchFromGitHub {
owner = "kahing";
repo = pname;
rev = "daa2b85798fa8ca38306242d51cbc39ed122e271";
sha256 = "0zca0c4n2p9s5kn8c9f9lyxdf3df88a63nmhprpgflj86bh8wgf5";
rev = "v${version}";
hash = "sha256-OvmtU2jpewP5EqPwEFAf67t8UCI1WuzUO2QQj4cH1Ak=";
};

cargoSha256 = "1agcwq409s40kyij487wjrp8mj7942r9l2nqwks4xqlfb0bvaimf";

cargoPatches = [
# update cargo lock
(fetchpatch {
url = "https://github.com/kahing/catfs/commit/f838c1cf862cec3f1d862492e5be82b6dbe16ac5.patch";
sha256 = "1r1p0vbr3j9xyj9r1ahipg4acii3m4ni4m9mp3avbi1rfgzhblhw";
})
];
cargoHash = "sha256-xF1J2Pr4qtNFcd2kec4tnbdYxoLK+jRnzp8p+cmNOcI=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit d7ec1a3

Please sign in to comment.