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

Merge pull request #305911 from FedericoSchonborn/waycheck-1.2.1

parents be95d641 d03346fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "waycheck";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitLab {
    domain = "gitlab.freedesktop.org";
    owner = "serebit";
    repo = "waycheck";
    rev = "v${finalAttrs.version}";
    hash = "sha256-sDfIR+F2W59mh50jXoOrcNZ1nuckm3r7jN613BH4Eog=";
    hash = "sha256-82jOYWhgD9JNDn24eCAeMm63R5BTy20lQVpiAwhDIOk=";
  };

  nativeBuildInputs = [