mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
csxcad: unstable-2022-05-18 -> v0.6.3
This commit is contained in:
parent
4803b4b517
commit
d7632d8a73
@ -13,13 +13,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "csxcad";
|
||||
version = "unstable-2022-05-18";
|
||||
version = "0.6.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "thliebig";
|
||||
repo = "CSXCAD";
|
||||
rev = "cd9decb4d9cebe3c8bf115e2c0ee73f730f22da1";
|
||||
sha256 = "1604amhvp7dm8ych7gwzxwawqvb9hpjglk5ffd4qm0y3k6r89arn";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-SSV5ulx3rCJg99I/oOQbqe+gOSs+BfcCo6UkWHVhnSs=";
|
||||
};
|
||||
|
||||
patches = [./searchPath.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user