nix-output-monitor: 1.0.1.0 -> 1.0.1.1

This commit is contained in:
Malte Brandy 2021-02-21 17:43:00 +01:00
parent 2f96b9a7b4
commit 1ee875ce68
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -4,12 +4,12 @@
}: }:
mkDerivation { mkDerivation {
pname = "nix-output-monitor"; pname = "nix-output-monitor";
version = "1.0.1.0"; version = "1.0.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "maralorn"; owner = "maralorn";
repo = "nix-output-monitor"; repo = "nix-output-monitor";
sha256 = "10a3sn5isdb9q13yzdclng35jwfaf4lxrkdxwbhwms1k2ll08qk6"; sha256 = "1wi1gsl5q1sy7k6k5wxhwpwzki7rghhbsyzm84hnw6h93w6401ax";
rev = "1.0.1.0"; rev = "v1.0.1.1";
}; };
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;