git-open: 1.3.0 -> 1.3.1

This commit is contained in:
José Luis Lafuente 2017-08-28 10:41:04 +02:00
parent e67daebcb6
commit c269ab6323
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "git-open-${version}";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "paulirish";
repo = "git-open";
rev = "v${version}";
sha256 = "005am4phf7j4ybc9k1hqsxjb7gv2i56a3axrza866pwwx1ayrhpq";
sha256 = "1klj41vqgyyigqzi6s1ykz9vd8wvaq3skin63pi989dlsjf7igyr";
};
buildInputs = [ makeWrapper ];