Flake: add nixpkgs patches
This commit is contained in:
parent
aeed860735
commit
9e1ae553cf
3 changed files with 77 additions and 1 deletions
33
nixpkgs-patches/0001-handheld-daemon-2.6.4-2.7.2.patch
Normal file
33
nixpkgs-patches/0001-handheld-daemon-2.6.4-2.7.2.patch
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
From 742e26325f8d5b8bcc97afd11ae188c53c6f80f1 Mon Sep 17 00:00:00 2001
|
||||
From: Toast <39011842+toast003@users.noreply.github.com>
|
||||
Date: Mon, 6 May 2024 11:52:09 +0200
|
||||
Subject: [PATCH 1/1] handheld-daemon: 2.6.4 -> 2.7.2
|
||||
|
||||
---
|
||||
pkgs/by-name/ha/handheld-daemon/package.nix | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/pkgs/by-name/ha/handheld-daemon/package.nix b/pkgs/by-name/ha/handheld-daemon/package.nix
|
||||
index 246e3879bb5c..ec24637dde3f 100644
|
||||
--- a/pkgs/by-name/ha/handheld-daemon/package.nix
|
||||
+++ b/pkgs/by-name/ha/handheld-daemon/package.nix
|
||||
@@ -9,14 +9,14 @@
|
||||
}:
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "handheld-daemon";
|
||||
- version = "2.6.4";
|
||||
+ version = "2.7.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hhd-dev";
|
||||
repo = "hhd";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-S77APtE1GGfqnv1IkZdJOSlprPOBtrqVXV60yVMvopg=";
|
||||
+ hash = "sha256-jWLL1nmKam1iJ1R1l/OuIp+isgZ7toRhVamx1nOID/8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
--
|
||||
2.44.0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue