Skip to content

Commit

Permalink
discrete-scroll: 0.1.1 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Nov 27, 2024
1 parent ad50df3 commit e58e116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/di/discrete-scroll/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "discrete-scroll";
version = "0.1.1";
version = "1.2.1";

src = fetchFromGitHub {
owner = "emreyolcu";
repo = "discrete-scroll";
rev = "v${finalAttrs.version}";
hash = "sha256-D+7HxNuNLwMamm3j1zT1iHOpFXIcrx4SpZNKPie5Eys=";
hash = "sha256-FYYtJUl1tvMu9yMK5VpHmMeM6otDIpoOvSGTjYNPBr0=";
};

buildPhase = ''
runHook preBuild
$CC -O3 -framework Cocoa DiscreteScroll/main.m
$CC -O3 -framework ApplicationServices DiscreteScroll/main.c
runHook postBuild
'';

Expand Down

0 comments on commit e58e116

Please sign in to comment.