Commit f96b6538 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-subrepo: 0.4.5 -> 0.4.6

parent 3aa0987f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "git-subrepo";
  version = "0.4.5";
  version = "0.4.6";

  src = fetchFromGitHub {
    owner = "ingydotnet";
    repo = "git-subrepo";
    rev = version;
    sha256 = "sha256-ZU5yYaiear5AjlBqtzabmMJNUa2ypeJKW3sQPIcyskM=";
    sha256 = "sha256-83N0Ek6DawUrOc6s2Utzi8776bX4UTGS/a/OffkV44Y=";
  };

  nativeBuildInputs = [