Merge pull request #230516 from r-ryantm/auto-update/profile-cleaner

profile-cleaner: 2.44 -> 2.45
This commit is contained in:
Weijia Wang 2023-05-07 20:29:00 +03:00 committed by GitHub
commit aeea2ab230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, parallel, sqlite, bc, file }:
stdenv.mkDerivation rec {
version = "2.44";
version = "2.45";
pname = "profile-cleaner";
src = fetchFromGitHub {
owner = "graysky2";
repo = "profile-cleaner";
rev = "v${version}";
sha256 = "sha256-OkrZb8skglczJEjwJSZINELeStdsILQO4GfZ1uLSnQY=";
sha256 = "sha256-10e1S+li7SXKJX2lETSdx84GavWqQYQqyLoBIVToTBI=";
};
nativeBuildInputs = [ makeWrapper ];