We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954600a commit bceca72Copy full SHA for bceca72
pkgs/by-name/sw/swaynotificationcenter/package.nix
@@ -36,13 +36,13 @@
36
37
stdenv.mkDerivation (finalAttrs: {
38
pname = "SwayNotificationCenter";
39
- version = "0.12.1";
+ version = "0.12.2";
40
41
src = fetchFromGitHub {
42
owner = "ErikReider";
43
repo = "SwayNotificationCenter";
44
tag = "v${finalAttrs.version}";
45
- hash = "sha256-4DDlQRHG90ee4Tu9y0lkY6hZxhPFyJmacbWJMErfFlk=";
+ hash = "sha256-BtcT2N08BVxVrzEd1Z/s5MXWHaHFt6PqBH4gdH6TEvs=";
46
};
47
48
# build pkg-config is required to locate the native `scdoc` input
0 commit comments