swaynotificationcenter: 0.12.0 -> 0.12.1 (#425896)

authored by

Peder Bergebakken Sundt and committed by
GitHub
82a3319a b6e37f79

+4 -2
+4 -2
pkgs/by-name/sw/swaynotificationcenter/package.nix
··· 31 31 xvfb-run, 32 32 sassc, 33 33 pantheon, 34 + nix-update-script, 34 35 }: 35 36 36 37 stdenv.mkDerivation (finalAttrs: { 37 38 pname = "SwayNotificationCenter"; 38 - version = "0.12.0"; 39 + version = "0.12.1"; 39 40 40 41 src = fetchFromGitHub { 41 42 owner = "ErikReider"; 42 43 repo = "SwayNotificationCenter"; 43 44 tag = "v${finalAttrs.version}"; 44 - hash = "sha256-F7fccUaQUSHHqXO0lvnW1H3Af2YTQwQ17rNFhprgFz4="; 45 + hash = "sha256-4DDlQRHG90ee4Tu9y0lkY6hZxhPFyJmacbWJMErfFlk="; 45 46 }; 46 47 47 48 # build pkg-config is required to locate the native `scdoc` input ··· 93 94 package = finalAttrs.finalPackage; 94 95 command = "${xvfb-run}/bin/xvfb-run swaync --version"; 95 96 }; 97 + passthru.updateScript = nix-update-script { }; 96 98 97 99 meta = { 98 100 description = "Simple notification daemon with a GUI built for Sway";