Skip to content

Commit

Permalink
Merge pull request #56686 from r-ryantm/auto-update/gorm
Browse files Browse the repository at this point in the history
gnustep.gorm: 1.2.23 -> 1.2.24
  • Loading branch information
matthewbauer committed Mar 14, 2019
2 parents d5c6f5f + 315322a commit 92ec809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnustep/gorm/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ fetchurl, base, back, gsmakeDerivation, gui }:
let
version = "1.2.23";
version = "1.2.24";
in
gsmakeDerivation {
name = "gorm-${version}";

src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-${version}.tar.gz";
sha256 = "18pf9vvzvdk8bg4lhjb96y1kdkmb9ahmvrqv2581vn45pjxmmlnb";
sha256 = "1jw7vm5ia7ias1mm5if7vvvb66q50zwiqw0ksj5g14f11v8l61rf";
};
buildInputs = [ base back gui ];

Expand Down

0 comments on commit 92ec809

Please sign in to comment.