Merge pull request #113927 from maralorn/nom

nix-output-monitor: 1.0.1.0 -> 1.0.1.1
This commit is contained in:
maralorn 2021-02-21 18:01:16 +01:00 committed by GitHub
commit a8bd15b9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;