Unverified Commit 633cd4f5 authored by rewine's avatar rewine Committed by GitHub
Browse files

deepin.deepin-calculator: 6.5.2 -> 6.5.4 (#367886)

parents a00506d0 e55f1d73
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "deepin-calculator";
  version = "6.5.2";
  version = "6.5.4";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = pname;
    rev = version;
    hash = "sha256-5igRoyXx71LepvWlS+CDRq0q9BFCDitM+83j3Mt6DxU=";
    hash = "sha256-yLLdQCnEfcKm0su9gIMRDwOxOjLRjrOqf7AkC7PvAwM=";
  };

  nativeBuildInputs = [