Skip to content

Commit

Permalink
bump(nix): latest version (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jul 10, 2024
1 parent d1b4e7e commit 9844b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "funzzy";
version = "master";
version = "1.4.0";

src = fetchFromGitHub {
owner = "cristianoliveira";
repo = "funzzy";
rev = "master";
hash = "sha256-FYGiG9s4TLUgheoY9js2uIhxNa7FvVQnkieM4JfeO7E=";
rev = "v${version}";
hash = "sha256-7rCqz7os9N7R7s3+hAqAafJFa/rLsKdddx4crp93Hzo=";
};

cargoHash = "sha256-tVgEPB7SPW5QU0cHgok4k93DZagZyQhf44jeUDWxSFg=";
cargoHash = "sha256-o/Mr3AEYBDzRz4hWjR/Dy9X4PiQ7kc1YaexYnr2AuW4=";

# When installing from source only run unit tests
checkPhase = ''
Expand Down

0 comments on commit 9844b75

Please sign in to comment.