3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #138250 from maralorn/nom

nix-output-monitor: 1.0.3.1 -> 1.0.3.2
This commit is contained in:
maralorn 2021-09-17 13:05:51 +02:00 committed by GitHub
commit 247f59f795
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;