Skip to content

Commit

Permalink
Merge pull request #94106 from matthewbauer/undmg-1-0-5
Browse files Browse the repository at this point in the history
undmg: 1.0.3 -> 1.0.5
  • Loading branch information
matthewbauer authored Jul 31, 2020
2 parents 5a741d1 + ec80ae2 commit d861d3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/tools/archivers/undmg/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, zlib, bzip2 }:

stdenv.mkDerivation rec {
version = "1.0.3";
version = "1.0.5";
pname = "undmg";

src = fetchFromGitHub {
owner = "matthewbauer";
repo = "undmg";
rev = "v${version}";
sha256 = "1pxqw92h2w75d4jwiihwnkhnsfk09cddh3flgrqwh9r3ry14fgbb";

sha256 = "0yz5fniaa5z33d8bdzgr263957r1c9l99237y2p8k0hdid207la1";
};

buildInputs = [ zlib bzip2 ];
Expand Down

0 comments on commit d861d3b

Please sign in to comment.