mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:27:41 +00:00
Merge pull request #252964 from MayNiklas/fix-staruml
staruml: fix src url
This commit is contained in:
commit
83f926ba92
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src =
|
||||
fetchurl {
|
||||
url = "https://staruml-7a0.kxcdn.com/releases-v5/StarUML_${version}_amd64.deb";
|
||||
url = "https://files.staruml.io/releases-v5/StarUML_${version}_amd64.deb";
|
||||
sha256 = "sha256-da1mY3OW24g6Ix0L57CBPbaMeSLzhOOjoBsyZszmNOc=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user