mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
swaymux: 1.0 -> 1.1
This commit is contained in:
parent
ac9983e776
commit
d1704689fb
@ -6,7 +6,7 @@
|
||||
, stdenv
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.0";
|
||||
version = "1.1";
|
||||
pname = "swaymux";
|
||||
|
||||
src = fetchFromGitea {
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
domain = "git.grimmauld.de";
|
||||
owner = "Grimmauld";
|
||||
repo = "swaymux";
|
||||
hash = "sha256-M85pqfYnYeVPTZXKtjg/ks5LUl3u2onG9Nfn8Xs+BSA=";
|
||||
hash = "sha256-OMJ9wKNuvD1Z9KV7Bp7aIA5gWbBl9PmTdGcGegE0vqM=";
|
||||
};
|
||||
|
||||
buildInputs = [ qt6.qtwayland nlohmann_json qt6.qtbase];
|
||||
|
Loading…
Reference in New Issue
Block a user