profile-cleaner: 2.44 -> 2.45

This commit is contained in:
R. Ryantm 2023-05-07 12:47:50 +00:00
parent 78963777a4
commit 2b4fb262ad

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 ];