mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
swaynotificationcenter: 0.12.2 -> 0.12.3
This commit is contained in:
parent
a432602902
commit
3cae4c787d
|
|
@ -36,13 +36,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "SwayNotificationCenter";
|
pname = "SwayNotificationCenter";
|
||||||
version = "0.12.2";
|
version = "0.12.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ErikReider";
|
owner = "ErikReider";
|
||||||
repo = "SwayNotificationCenter";
|
repo = "SwayNotificationCenter";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-BtcT2N08BVxVrzEd1Z/s5MXWHaHFt6PqBH4gdH6TEvs=";
|
hash = "sha256-8zVG3mJxT6K0jkqsnaJ4wscPAk3z00YTsmHsJmuKWc8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# build pkg-config is required to locate the native `scdoc` input
|
# build pkg-config is required to locate the native `scdoc` input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue