Unverified Commit ece30c04 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-code: 8.1.0 -> 8.1.1

parent 8644204a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  wrapGAppsHook3,
  editorconfig-core-c,
  granite,
  gsettings-desktop-schemas,
  gtk3,
  gtksourceview4,
  gtkspell3,
@@ -25,13 +26,13 @@

stdenv.mkDerivation rec {
  pname = "elementary-code";
  version = "8.1.0";
  version = "8.1.1";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "code";
    rev = version;
    hash = "sha256-pL/xyD9jwuPixbVdjPa3vdZWHxI+T2ARI4BvcTV61jc=";
    hash = "sha256-4IGun7MnrMRmpXD0Kxm/ND4C3pFVhjHqDeP6jUmRg7k=";
  };

  strictDeps = true;
@@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
  buildInputs = [
    editorconfig-core-c
    granite
    gsettings-desktop-schemas
    gtk3
    gtksourceview4
    gtkspell3