Merge pull request #139340 from NixOS/backport-138250-to-release-21.05

[Backport release-21.05] nix-output-monitor: 1.0.3.1 -> 1.0.3.2
This commit is contained in:
maralorn 2021-09-25 13:32:02 +02:00 committed by GitHub
commit 23e9876f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
}:
mkDerivation rec {
pname = "nix-output-monitor";
version = "1.0.3.1";
version = "1.0.3.2";
src = fetchFromGitHub {
owner = "maralorn";
repo = "nix-output-monitor";
sha256 = "1kkf6cqq8aba8vmfcww30ah9j44bwakanyfdb6595vmaq5hrsq92";
sha256 = "0srfclmqrqcx8b756yxww24ya0xn2ajxbgj07mcvdvwbwl09pys8";
rev = "v${version}";
};
isLibrary = true;