Unverified Commit 7dd7251b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

elastic: 0.1.5 -> 0.1.6 (#365545)

parents 36873267 62fcd4bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

stdenv.mkDerivation rec {
  pname = "elastic";
  version = "0.1.5";
  version = "0.1.6";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
    owner = "World";
    repo = "elastic";
    rev = version;
    hash = "sha256-y/XBXN5RIqnFmxnmkThBGW0B5owgy/1Q/6jmkBCi+rk=";
    hash = "sha256-D7DqSBP0E0CzjTROh97JXhB8N8q0I2pDo4HbAK8vQ/Y=";
  };

  nativeBuildInputs = [