Skip to content

Commit 73dfd95

Browse files
committed
alpaca: 1.0.5 -> 1.0.6
1 parent 64f725b commit 73dfd95

File tree

2 files changed

+2
-167
lines changed

2 files changed

+2
-167
lines changed

pkgs/by-name/al/alpaca/flatpak_path_fixes.patch

Lines changed: 0 additions & 159 deletions
This file was deleted.

pkgs/by-name/al/alpaca/package.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,16 @@
1717

1818
python3Packages.buildPythonApplication rec {
1919
pname = "alpaca";
20-
version = "1.0.5";
20+
version = "1.0.6";
2121
pyproject = false; # Built with meson
2222

2323
src = fetchFromGitHub {
2424
owner = "Jeffser";
2525
repo = "Alpaca";
2626
rev = version;
27-
hash = "sha256-xNQLaMvZaJq7Bmz+c8OQhta3IdFXpVB2bSNwXCRj6rY=";
27+
hash = "sha256-3xsntOPkcCV8ZizRS6du8cG1ZZEekehjf+4m3pofZBs=";
2828
};
2929

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-
3630
nativeBuildInputs = [
3731
appstream
3832
meson

0 commit comments

Comments
 (0)