xschem: 3.4.5 -> 3.4.7

This commit is contained in:
R. Ryantm
2025-07-30 12:47:49 +00:00
parent bf8fe59e58
commit 6f4dd5aa72
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "xschem";
version = "3.4.5";
version = "3.4.7";
src = fetchFromGitHub {
owner = "StefanSchippers";
repo = "xschem";
rev = version;
hash = "sha256-+ygwHkQOXmkoNgcuofwuaZcpYTAV6sOmvO4xeE+8DXE=";
hash = "sha256-ye97VJQ+2F2UbFLmGrZ8xSK9xFeF+Yies6fJKurPOD0=";
};
nativeBuildInputs = [