profile-cleaner: 2.44 -> 2.45
This commit is contained in:
parent
78963777a4
commit
2b4fb262ad
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue