Merge pull request #139423 from NixOS/backport-139336-to-release-21.05

[Backport release-21.05] nix-output-monitor: 1.0.3.2 -> 1.0.3.3
This commit is contained in:
maralorn 2021-09-25 17:19:04 +02:00 committed by GitHub
commit 42142cc1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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