Skip to content

Commit

Permalink
gimoji: 1.1.0 -> 1.1.1 (#345765)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 1, 2024
2 parents e4b2f2d + 254a29a commit 06f6b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "gimoji";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "zeenix";
repo = "gimoji";
rev = version;
hash = "sha256-0mLFrFxMbX9Gl72W3EC7kfXHqDBo5QU+ut+1psntphY=";
hash = "sha256-X1IiDnnRXiZBL/JBDfioKc/724TnVKaEjZLrNwX5SoA=";
};

cargoHash = "sha256-pKHhYWEF9L0UX9hc2Ga3WOUWzISA8ONwn3rcI9u2/n0=";
cargoHash = "sha256-4B+IRYnqwIqkxjRjlxER8O414Zd/8Are4fu1OxA+dWI=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.AppKit
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16773,8 +16773,6 @@ with pkgs;

gimme-aws-creds = callPackage ../tools/admin/gimme-aws-creds { };

gimoji = callPackage ../applications/misc/gimoji { };

guile_1_8 = callPackage ../development/interpreters/guile/1.8.nix { };

# Needed for autogen
Expand Down

0 comments on commit 06f6b50

Please sign in to comment.