Skip to content

Commit

Permalink
Merge pull request #307333 from gepbird/xclicker-1.5.1
Browse files Browse the repository at this point in the history
xclicker: 1.5.0 -> 1.5.1
  • Loading branch information
NickCao committed Apr 28, 2024
2 parents 1066e4a + aeae55b commit 6d5b5b4
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/by-name/xc/xclicker/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, meson
, ninja
, pkg-config
Expand All @@ -12,23 +11,15 @@

stdenv.mkDerivation (finalAttrs: {
pname = "xclicker";
version = "1.5.0";
version = "1.5.1";

src = fetchFromGitHub {
owner = "robiot";
repo = "xclicker";
rev = "v${finalAttrs.version}";
hash = "sha256-3D49iMzCCT9Z2Pf5INHYFZusG0BQI7La7lLaSVM/4mc=";
hash = "sha256-zVbOfqh21+/41N3FcAFajcZCrQ8iNqedZjgNQO0Zj04=";
};

patches = [
(fetchpatch {
name = "fix-malloc-size.patch";
url = "https://github.com/robiot/xclicker/commit/c99f69a747e9df75fb3676be20a3ec805526d022.patch";
hash = "sha256-ESbMBusJVNfbGxlEn1Kby00mnXvM5H0r03bX5ofC6Fg=";
})
];

nativeBuildInputs = [
meson
ninja
Expand Down Expand Up @@ -57,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://xclicker.xyz/";
license = lib.licenses.gpl3Only;
mainProgram = "xclicker";
maintainers = with lib.maintainers; [ tomasajt ];
maintainers = with lib.maintainers; [ gepbird tomasajt ];
platforms = lib.platforms.linux;
};
})

0 comments on commit 6d5b5b4

Please sign in to comment.