Unverified Commit 9769386e authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-code: 8.1.1 -> 8.1.2

parent b3d51a03
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

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

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "code";
    rev = version;
    hash = "sha256-4IGun7MnrMRmpXD0Kxm/ND4C3pFVhjHqDeP6jUmRg7k=";
    tag = version;
    hash = "sha256-DZ6smq339VgR33jQm0OFD9CM8sQ0Rz7aHKL1EWFSyBM=";
  };

  strictDeps = true;