xed: 2025.03.02 -> 2025.06.08

This commit is contained in:
R. Ryantm
2025-06-29 20:09:50 +00:00
parent 8974d5be4c
commit 64880045c6
+2 -2
View File
@@ -31,13 +31,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "xed";
version = "2025.03.02";
version = "2025.06.08";
src = fetchFromGitHub {
owner = "intelxed";
repo = "xed";
tag = "v${finalAttrs.version}";
hash = "sha256-shQYgbUC06+x+3TNdOJA6y6Wea/8lqexkgBWk3AOOMA=";
hash = "sha256-FXVWCq7ykuSsVx8iB7WkFD7DDq6o/4bgsS0YJQWE+XM=";
};
postPatch = ''