mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
swaysome: 1.1.2 -> 1.1.4
Version 1.1.4 of swaysome [was released recently](06eb9d29c2
).
This commit updates the swaysome package to this release.
This commit is contained in:
parent
ca3c297d86
commit
424d6ed8aa
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "swaysome";
|
pname = "swaysome";
|
||||||
version = "1.1.2";
|
version = "1.1.4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "hyask";
|
owner = "hyask";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-eX2Pzn5It4yf94ZWH/7yAJjwpayVYvpvbrvk7qvbimg=";
|
sha256 = "sha256-hI6XPND05m67dxo9EwIDhFTyC2UrL4Ll1V/WcBoJymU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-WXjmXwqeWnQVyFs51t81kHHMMn9HQQjBRw1g1cU+6/M=";
|
cargoSha256 = "sha256-jG6HZiL2almALyEnQRmbeCTRG11URP3+Bxqyn8hLs7w=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Helper to make sway behave more like awesomewm";
|
description = "Helper to make sway behave more like awesomewm";
|
||||||
|
|
Loading…
Reference in a new issue