Skip to content

Commit

Permalink
tsukimi: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Sep 22, 2024
1 parent 79c6fd0 commit c88766d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/tsukimi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
mpv,
clapper,
cairo,
epoxy,
gdk-pixbuf,
glib,
gst_all_1,
Expand All @@ -21,16 +22,16 @@

rustPlatform.buildRustPackage rec {
pname = "tsukimi";
version = "0.8.2";
version = "0.12.2";

src = fetchFromGitHub {
owner = "tsukinaha";
repo = "tsukimi";
rev = "v${version}";
hash = "sha256-m6z1n0EQKlNe24l/3bUb+6iUoxnTVsJ6vqdUkyNEmmE=";
hash = "sha256-pJ+SUNGQS/kqBdOg21GgDeZThcjnB0FhgG00qLfqxYA=";
};

cargoHash = "sha256-fRWp1VM9qXDl0zCV7v3bP4NJBLURDYUIthPwED25PDY=";
cargoHash = "sha256-PCJiSyfEgK8inzoRmRvnAU50kLnyVhNrgLrwtBUFpIU=";

nativeBuildInputs = [
pkg-config
Expand All @@ -42,6 +43,7 @@ rustPlatform.buildRustPackage rec {
cairo
clapper
clapper.buildInputs
epoxy
gdk-pixbuf
glib
gst_all_1.gstreamer
Expand Down

0 comments on commit c88766d

Please sign in to comment.