Skip to content

Commit

Permalink
dayon: 14.0.0 -> 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fgaz committed May 26, 2024
1 parent a9d4d8f commit 5cb8d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/dayon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "dayon";
version = "14.0.0";
version = "14.0.1";

src = fetchFromGitHub {
owner = "RetGal";
repo = "dayon";
rev = "v${finalAttrs.version}";
hash = "sha256-cUaWfOpR0sNq8cRghZVW9mTVhJ5us12/lzucxetiVkg=";
hash = "sha256-7XrgPrYKhaUvmXxiZLsduzrbyZRHjPSo+fg4BvlatHQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 5cb8d90

Please sign in to comment.