Merge pull request #234806 from PedroHLC/swaync-0.9.0

swaynotificationcenter: 0.8.0 -> 0.9.0
This commit is contained in:
figsoda 2023-05-29 14:17:16 -04:00 committed by GitHub
commit bc04cd1b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: rec {
pname = "SwayNotificationCenter";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "ErikReider";
repo = "SwayNotificationCenter";
repo = pname;
rev = "v${version}";
hash = "sha256-E9CjNx/xzkkOZ39XbfIb1nJFheZVFpj/lwmITKtpb7A=";
hash = "sha256-mwwSTs4d9jUXUy33nSYJCRFlpH6naCmbRUSpfVacMBE=";
};
nativeBuildInputs = [