Compare commits

...

2 Commits

Author SHA1 Message Date
Andreas Wiese d427d0953f snipe-it: 5.1.5 -> 5.1.6 2021-06-21 10:32:08 +02:00
Andreas Wiese 2267e18edf janus-gateway: 0.11.2 -> 0.11.3 2021-06-19 01:49:00 +02:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

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