3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42207 from r-ryantm/auto-update/uptimed

uptimed: 0.4.0 -> 0.4.1
This commit is contained in:
Jörg Thalheim 2018-06-19 08:53:35 +01:00 committed by GitHub
commit 93befc0197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "uptimed-${version}";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
sha256 = "0h3192angfiv01bjk3f3nd2fmjic37cl72pvmr556n0wy3cfybas";
sha256 = "0hqs7n3agayckwdgwadzw5shpdh4h1inqgvp4zr5fi324pj5x80j";
rev = "v${version}";
repo = "uptimed";
owner = "rpodgorny";