packages: Pin kasts-git to a commit
This commit is contained in:
parent
88856bfd1a
commit
825b918c38
@ -136,9 +136,11 @@ key-mapper = prev.callPackage ./tools/games/key-mapper {};
|
|||||||
|
|
||||||
# TODO: Remove once upstream has a new version tagged
|
# TODO: Remove once upstream has a new version tagged
|
||||||
kasts-git = prev.libsForQt5.kasts.overrideAttrs (old: {
|
kasts-git = prev.libsForQt5.kasts.overrideAttrs (old: {
|
||||||
src = builtins.fetchTarball {
|
src = let
|
||||||
url = "https://invent.kde.org/plasma-mobile/kasts/-/archive/master/kasts-master.tar.gz";
|
commit = "b39be0118ef6ff587b433af185c584f3d5bcec30";
|
||||||
sha256 = "sha256:1n7j4011hgscmjj728iyjgifpbnwc1sy32b5aw834n1vgxfkq00l";
|
in builtins.fetchTarball {
|
||||||
|
url = "https://invent.kde.org/plasma-mobile/kasts/-/archive/${commit}/kasts-${commit}.tar.gz";
|
||||||
|
sha256 = "06myymbwj89357cpg7phha1x8q84mlhcy4f44pdkqmg7lkd5a6df";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = old.buildInputs ++ [ prev.taglib prev.libsForQt5.qtkeychain ];
|
buildInputs = old.buildInputs ++ [ prev.taglib prev.libsForQt5.qtkeychain ];
|
||||||
|
Loading…
Reference in New Issue
Block a user