mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:58:05 +00:00
gcdemu: 3.2.3 -> 3.2.5
This commit is contained in:
parent
346fd57a37
commit
8a2ec31e22
@ -1,11 +1,10 @@
|
||||
{ pkgName, version, pkgSha256 }:
|
||||
{ lib, stdenv, fetchurl, cmake, pkg-config, buildInputs, drvParams ? {} }:
|
||||
let name = "${pkgName}-${version}";
|
||||
ext = if lib.versionAtLeast version "3.2.5" then ".xz" else ".bz2";
|
||||
in stdenv.mkDerivation ({
|
||||
inherit name buildInputs;
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cdemu/${name}.tar${ext}";
|
||||
url = "mirror://sourceforge/cdemu/${name}.tar.xz";
|
||||
sha256 = pkgSha256;
|
||||
};
|
||||
nativeBuildInputs = [ pkg-config cmake ];
|
||||
|
@ -2,9 +2,9 @@
|
||||
, python3Packages, gtk3, glib, libnotify, intltool, gnome, gdk-pixbuf, librsvg }:
|
||||
let
|
||||
pkg = import ./base.nix {
|
||||
version = "3.2.3";
|
||||
version = "3.2.5";
|
||||
pkgName = "gcdemu";
|
||||
pkgSha256 = "19vy1awha8s7cfja3a6npaf3rfy3pl3cbsh4vd609q9jz4v4lyg4";
|
||||
pkgSha256 = "1nvpbq4mz8caw91q5ny9gf206g9bypavxws9nxyfcanfkc4zfkl4";
|
||||
};
|
||||
inherit (python3Packages) python pygobject3;
|
||||
in callPackage pkg {
|
||||
|
Loading…
Reference in New Issue
Block a user