Unverified Commit e57b3b16 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

pantheon.appcenter: 8.3.0 -> 8.3.1 (#445873)

parents e473c612 406c9b3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation rec {
  pname = "appcenter";
  version = "8.3.0";
  version = "8.3.1";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    hash = "sha256-78tj/FuB5xzit5W0HsldQS5WEmNtOFmTsPcEFqBQOtc=";
    hash = "sha256-DFlPXsKLlBufOx/GgFAJovaRwCaFFHo2AlnvszdU7Go=";
  };

  nativeBuildInputs = [