Skip to content

Commit

Permalink
swaylock-plugin_git: 20241118224421-c112872 -> 20241207144343-fdade0d
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Dec 7, 2024
1 parent 8b18bd2 commit ca86657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion pkgs/swaylock-plugin-git/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ prev, gitOverride, ... }:
{ final, prev, gitOverride, ... }:

gitOverride {
nyxKey = "swaylock-plugin_git";
Expand All @@ -10,4 +10,8 @@ gitOverride {
owner = "mstoeckl";
repo = "swaylock-plugin";
};

postOverride = prevAttrs: {
buildInputs = prevAttrs.buildInputs ++ [ final.systemd ];
};
}
6 changes: 3 additions & 3 deletions pkgs/swaylock-plugin-git/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "unstable-20241118224421-c112872",
"rev": "c11287216237d804b3f261db06f9cb969a22792c",
"hash": "sha256-hyvAMoI8voNOP6+hUKUVyDMpV/lh+FA6yBpTqzO+mcQ="
"version": "unstable-20241207144343-fdade0d",
"rev": "fdade0d37707f75fc59c8c933d4b7ff029e1c3f3",
"hash": "sha256-tLDnioRW6A08ppYGRyUdy4bnqtYiCxvT7nFBpGdCbU8="
}

0 comments on commit ca86657

Please sign in to comment.