mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #52308 from r-ryantm/auto-update/gtkd
gtkd: 3.8.3 -> 3.8.4
This commit is contained in:
commit
d25d095e2b
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkd-${version}";
|
name = "gtkd-${version}";
|
||||||
version = "3.8.3";
|
version = "3.8.4";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://gtkd.org/Downloads/sources/GtkD-${version}.zip";
|
url = "https://gtkd.org/Downloads/sources/GtkD-${version}.zip";
|
||||||
sha256 = "10jhwy1421bypq62ki1dzv8irvlgwr7s40z6l6vxallm4jkgk9gj";
|
sha256 = "0q2kf1jwr89i8ajjzyf3b4bbla33djvnwrvljq17y206q7qknfyz";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue