Merge pull request #110120 from r-ryantm/auto-update/new-session-manager

new-session-manager: 1.4.0 -> 1.5.0
This commit is contained in:
Ryan Mulligan 2021-01-22 06:34:16 -08:00 committed by GitHub
commit 1889e4620c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "new-session-manager";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "linuxaudio";
repo = "new-session-manager";
rev = "v${version}";
sha256 = "PqOv4tx3NLxL2+GWIUVgL72EQYMyDPIMrAkyby3TZ+0=";
sha256 = "sha256-YP5AHoFP8P1o0Y2jAipRcNPxPRuM7COs5tBMm6Eojoc=";
};
nativeBuildInputs = [ meson pkg-config ninja ];