Unverified Commit fcbd7ab1 authored by Julien Malka's avatar Julien Malka Committed by GitHub
Browse files

waycheck: 1.4.0 -> 1.5.0 (#368995)

parents 18069dac a76fc1f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "waycheck";
  version = "1.4.0";
  version = "1.5.0";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "serebit";
    repo = "waycheck";
    rev = "v${finalAttrs.version}";
    hash = "sha256-wawz7QCzpeQgdxwFQaZ/yV//AepEE+FLNG7ho/lHtFE=";
    hash = "sha256-uicwbAIEQh457eYerpC0C4adjRNtmJMsOg+xe5KaIRg=";
  };

  nativeBuildInputs = [