profile-cleaner: 2.34 -> 2.35

Built and tested locally. Unfortunately there is no clear changelog
available.
This commit is contained in:
devhell 2015-07-28 22:13:35 +01:00
parent 67757f52b1
commit 4838367a5e

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, makeWrapper, parallel, sqlite }:
stdenv.mkDerivation rec {
version = "2.34";
version = "2.35";
name = "profile-cleaner-${version}";
src = fetchFromGitHub {
owner = "graysky2";
repo = "profile-cleaner";
rev = "v${version}";
sha256 = "17z73xyn31668f7vmbj7xs659fcrm0m0mnzja7hz6lipfaviqxrs";
sha256 = "0gashrzhpgcy98zsyc6b3awfp15j1x0nq82h60kvfjbs6xxzvszh";
};
buildInputs = [ makeWrapper ];