1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gnustep.gorm: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-08-05 06:02:57 +00:00
parent 54770984fc
commit 2180848756

View file

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gorm";
version = "1.3.1";
version = "1.4.0";
src = fetchzip {
url = "ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-${finalAttrs.version}.tar.gz";
sha256 = "sha256-W+NgbvLjt1PpDiauhzWFaU1/CUhmDACQz+GoyRUyWB8=";
sha256 = "sha256-B7NNRA3qA2PFbb03m58EBBONuIciLf6eU+YSR0qvaCo=";
};
nativeBuildInputs = [ make wrapGNUstepAppsHook ];