Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-05-15 11:01:18 +02:00
parent fe0f2674fc
commit 942da6af27
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 9 additions and 9 deletions

View file

@ -24,12 +24,12 @@ in
nixpkgs.overlays = [
(self: super: {
mu = super.mu.overrideAttrs (old: {
version = "1.5.12";
version = "1.5.13";
src = self.fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "c5219778af65dc868eea91c910c801e5105d5cd7";
sha256 = "1z6l02bdsh4z2yv3dbixrs0fvyp2axx62dnmqwyampjn5xs5l2yf";
rev = "6d67e146fecb5aa512a7eff4b8044225af0dc5ce";
sha256 = "0ip7nd7z2l60a3dc1aic34hpab4alb0rmxlk9778nz3v88735iik";
};
});
})