pantheon.elementary-code: 7.2.0 -> 7.3.0

https://github.com/elementary/code/compare/7.2.0...7.3.0
This commit is contained in:
Bobby Rong 2024-07-25 18:37:06 +08:00
parent a7a3e07bee
commit 872a51a6e7
No known key found for this signature in database

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "elementary-code";
version = "7.2.0";
version = "7.3.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "code";
rev = version;
sha256 = "sha256-6lvn8c+JfbtZQf5dtViosVqtt/RWL6B/MvksXqmCfFs=";
sha256 = "sha256-AizJPWRrCJvck+TFy/BVbzI6k62+tGkVux01Nl0XReg=";
};
nativeBuildInputs = [