Unverified Commit 2c237fd0 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

alire: 2.0.2 → 2.1.0 (#386989)

parents f4cc7668 532a2841
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "alire";
  version = "2.0.2";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "alire-project";
    repo = "alire";
    rev = "v${finalAttrs.version}";
    hash = "sha256-m4EPiqh7KCeNgq4G727jrW5ABb+uecvvpmZyskqtml4=";
    hash = "sha256-DfzCQu9xOe9JgX6RTrYOGTIS6EcPimLnd5pfXMtfRss=";

    fetchSubmodules = true;
  };