Skip to content

Commit

Permalink
protobufc: 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Sep 25, 2018
1 parent 19e83bc commit f5aed4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobufc/1.3.nix
@@ -1,11 +1,11 @@
{ callPackage, fetchFromGitHub, ... } @ args:

callPackage ./generic.nix (args // rec {
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "protobuf-c";
repo = "protobuf-c";
rev = "v${version}";
sha256 = "0shk18rjhzn2lqrwk97ks3x8gj77isc8szyb3xsgjrbrvkzjgvaa";
sha256 = "1dmvs0bhyx94ipaq3c7jmwcz4hwjmznn7310kqkqx7ly0w5vxxxr";
};
})

0 comments on commit f5aed4d

Please sign in to comment.