We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e88fd22 + 73dfd95 commit f36699fCopy full SHA for f36699f
pkgs/by-name/al/alpaca/flatpak_path_fixes.patch
pkgs/by-name/al/alpaca/package.nix
@@ -17,22 +17,16 @@
17
18
python3Packages.buildPythonApplication rec {
19
pname = "alpaca";
20
- version = "1.0.5";
+ version = "1.0.6";
21
pyproject = false; # Built with meson
22
23
src = fetchFromGitHub {
24
owner = "Jeffser";
25
repo = "Alpaca";
26
rev = version;
27
- hash = "sha256-xNQLaMvZaJq7Bmz+c8OQhta3IdFXpVB2bSNwXCRj6rY=";
+ hash = "sha256-3xsntOPkcCV8ZizRS6du8cG1ZZEekehjf+4m3pofZBs=";
28
};
29
30
- patches = [
31
- # Change the way XDG paths are handled so it makes sense outside of flatpak
32
- # https://github.com/Jeffser/Alpaca/pull/187
33
- ./flatpak_path_fixes.patch
34
- ];
35
-
36
nativeBuildInputs = [
37
appstream
38
meson
0 commit comments