Unverified Commit 573910f0 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

munge: 0.5.17 -> 0.5.18 (#489180)

parents e25dc1cc 2bf09191
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "munge";
  version = "0.5.17";
  version = "0.5.18";

  src = fetchFromGitHub {
    owner = "dun";
    repo = "munge";
    rev = "munge-${finalAttrs.version}";
    sha256 = "sha256-MfxED81P4ipdP4fuxwmpNrAeej3ZH+qiHIt5bSrct1o=";
    sha256 = "sha256-Hoaldm55E0HC3qqqBS5uZvlgcWepnVLyJNQMB2P/t9Q=";
  };

  nativeBuildInputs = [