nix-output-monitor: 0.1.0.0 -> 0.1.0.2
This commit is contained in:
parent
8310b5a388
commit
90da4ed932
@ -4,12 +4,12 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nix-output-monitor";
|
pname = "nix-output-monitor";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maralorn";
|
owner = "maralorn";
|
||||||
repo = "nix-output-monitor";
|
repo = "nix-output-monitor";
|
||||||
sha256 = "1k9fni02y7xb97mkif1k7s0y1xv06hnqbkds35k4gg8mnf5z911i";
|
sha256 = "0r4348cbmnpawbfa20qw3wnywiqp0jkl5svzl27jrm2yk2g51509";
|
||||||
rev = "a0e0b09";
|
rev = "5bf7534";
|
||||||
};
|
};
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user