Unverified Commit 992a991c authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

qalculate-gtk: 5.7.0 -> 5.8.0 (#451772)

parents 162474f3 8e407d9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qalculate-gtk";
  version = "5.7.0";
  version = "5.8.0";

  src = fetchFromGitHub {
    owner = "qalculate";
    repo = "qalculate-gtk";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VPwPf1cQ7jGx9aGv4sjdwu945Nlh3ZqgH9dxtFxiMP4=";
    hash = "sha256-cK710enmkSgp3r4MEfyWac/V7mMs+CPxq0LrdX2jZTQ=";
  };

  hardeningDisable = [ "format" ];