sol2: 3.3.1 -> 3.5.0 (#389804)
Co-authored-by: mrcjkb <mrcjkb@users.noreply.github.com>
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sol2";
|
||||
version = "3.3.1";
|
||||
version = "3.5.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ThePhD";
|
||||
repo = "sol2";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-7QHZRudxq3hdsfEAYKKJydc4rv6lyN6UIt/2Zmaejx8=";
|
||||
hash = "sha256-bW6HD9WLOWizli6LnrkFZKxiT8IdN0QESlok+xCFz1w=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user