mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #143373 from r-ryantm/auto-update/uptimed
uptimed: 0.4.4 -> 0.4.5
This commit is contained in:
commit
55ccd7dfe2
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "uptimed";
|
pname = "uptimed";
|
||||||
version = "0.4.4";
|
version = "0.4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "sha256-DSvxE9BZpjpDQi2SxbM5iuAAHgUCaiwimcgxivD4mck=";
|
sha256 = "sha256-jvdodclZhN7WF7bsR3DHaLb8fAEABap8OAfmTZF1804=";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "uptimed";
|
repo = "uptimed";
|
||||||
owner = "rpodgorny";
|
owner = "rpodgorny";
|
||||||
|
|
Loading…
Reference in a new issue