mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
smc: 6.3.0 -> 6.6.0
This commit is contained in:
parent
04283047a5
commit
d8a7b507d9
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, jre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "smc-6.3.0";
|
||||
name = "smc-6.6.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/smc/smc/6_3_0/smc_6_3_0.tgz";
|
||||
sha256 = "0arzi8kc4vycp1ccf0v87p08cdpylwhx4za2pzvp08vkfwi8zc7z";
|
||||
url = "mirror://sourceforge/project/smc/smc/6_6_0/smc_6_6_0.tgz";
|
||||
sha256 = "14lf286dslm7ymkr4my1xgjvwvqc9181mwkfr65ab49cxl0q85wz";
|
||||
};
|
||||
|
||||
# Prebuilt Java package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue