csxcad: unstable-2020-02-08 -> unstable-2022-05-18

authored by Dmitry Kalinkin and committed by Ben Darwin b315fcef 524b2a65

+3 -3
+3 -3
pkgs/applications/science/electronics/csxcad/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "csxcad"; 16 - version = "unstable-2020-02-08"; 17 18 src = fetchFromGitHub { 19 owner = "thliebig"; 20 repo = "CSXCAD"; 21 - rev = "ef6e40931dbd80e0959f37c8e9614c437bf7e518"; 22 - sha256 = "072s765jyzpdq8qqysdy0dld17m6sr9zfcs0ip2zk8c4imxaysnb"; 23 }; 24 25 patches = [./searchPath.patch ];
··· 13 14 stdenv.mkDerivation rec { 15 pname = "csxcad"; 16 + version = "unstable-2022-05-18"; 17 18 src = fetchFromGitHub { 19 owner = "thliebig"; 20 repo = "CSXCAD"; 21 + rev = "cd9decb4d9cebe3c8bf115e2c0ee73f730f22da1"; 22 + sha256 = "1604amhvp7dm8ych7gwzxwawqvb9hpjglk5ffd4qm0y3k6r89arn"; 23 }; 24 25 patches = [./searchPath.patch ];