Compare commits

..

No commits in common. "d427d0953f2618df1ef444dd0940a251bdeae9c8" and "341e60a96cb1069d7e092f898ff4c1febc8757ed" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "janus-gateway"; pname = "janus-gateway";
version = "0.11.3"; version = "0.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "meetecho"; owner = "meetecho";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-/x0oo29zsnmyKw3QGXbnhMmgQJ9AefQ5cUTwY/5typY="; sha256 = "sha256-hv6OdJWsnDYHvUovbPHd5zwnLXebOH1a2jbF9vKpw+M=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -20,13 +20,13 @@ let
in package.override rec { in package.override rec {
name = "snipe-it"; name = "snipe-it";
version = "5.1.6"; version = "5.1.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "snipe"; owner = "snipe";
repo = "snipe-it"; repo = "snipe-it";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-YuIYhQWEv+PLOe8DgRQnZfmEkas3GR8wlR7Gkf4OWPc="; sha256 = "sha256-LtnEZegwyCoHHNytBUp2ie51gSNtyEpBjly9ldl5zFQ=";
}; };
meta = with lib; { meta = with lib; {