overlays/osu-lazer: bump to 2021.1113.0

This commit is contained in:
LavaDesu 2021-11-19 20:44:17 +07:00
parent df89601f5d
commit 654687b290
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 24 additions and 23 deletions

View file

@ -1,6 +1,6 @@
self: super:
let
version = "2021.1108.0";
version = "2021.1113.0";
in rec {
osu-lazer-unwrapped = super.osu-lazer.overrideAttrs(old: {
inherit version;
@ -10,7 +10,7 @@ in rec {
owner = "ppy";
repo = "osu";
rev = version;
sha256 = "zQMXDqWfZ8g4HP3VQgeLogif51vVFLjb+a+7ma7OHIc=";
sha256 = "0pq2vvj1f0bkyq9dwi18qwh1wmjqf770vjl5jgxd34f3d46bfd8h";
};
buildPhase = super.lib.replaceStrings [ old.version ] [ version ] old.buildPhase;