Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5c6f5fd038c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92ec809473e0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 2, 2019

  1. gnustep.gorm: 1.2.23 -> 1.2.24

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gorm/versions
    r-ryantm committed Mar 2, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    callahad Dan Callahan
    Copy the full SHA
    315322a View commit details

Commits on Mar 14, 2019

  1. Merge pull request #56686 from r-ryantm/auto-update/gorm

    gnustep.gorm: 1.2.23 -> 1.2.24
    matthewbauer authored Mar 14, 2019
    Copy the full SHA
    92ec809 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/gnustep/gorm/default.nix
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 ];