Merge pull request #148357 from maralorn/nom-update

nix-output-monitor: 1.0.3.3 -> 1.0.4.0
This commit is contained in:
maralorn 2021-12-03 01:27:14 +01:00 committed by GitHub
commit c7c997a066
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.3";
version = "1.0.4.0";
src = fetchFromGitHub {
owner = "maralorn";
repo = "nix-output-monitor";
sha256 = "1x26s9gzcygn96600g0r1a1sxqav6c38iq981rhmc808mqlyxmp8";
hash = "sha256-3EQgjrDX8C3qG6danuPRl2gnPlX1qZjxjrROrKitsS0=";
rev = "v${version}";
};
isLibrary = true;