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
This commit is contained in:
parent
2fcb11a244
commit
315322a10a
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue