Unverified Commit 623069cd authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #310192 from alyaeanyx/libqalculate-5.1.1

libqalculate: 5.1.0 -> 5.1.1
parents 40430a6a 50c34a30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libqalculate";
  version = "5.1.0";
  version = "5.1.1";

  src = fetchFromGitHub {
    owner = "qalculate";
    repo = "libqalculate";
    rev = "v${finalAttrs.version}";
    hash = "sha256-74P8jIeg0Pge+/U0cQsrEfE+P8upBAr8xSyLhB4zOVU=";
    hash = "sha256-cmH92gdQ+fmtOLgx5ibKqLZaQFzx2z+GuXhR62dtftk=";
  };

  outputs = [ "out" "dev" "doc" ];