osu-lazer: bump to 2021.1006.1

This commit is contained in:
LavaDesu 2021-10-09 11:42:01 +07:00
parent 8f92b6a017
commit 17866191e1
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 26 additions and 26 deletions

View file

@ -1,6 +1,6 @@
self: super:
let
version = "2021.927.0";
version = "2021.1006.1";
in {
osu-lazer = super.osu-lazer.overrideAttrs(old: {
inherit version;
@ -9,7 +9,7 @@ in {
owner = "ppy";
repo = "osu";
rev = version;
sha256 = "+RsvOd1BXBGoeNEyRt90aYicPBspe/Ki0XWw/Cbghoo=";
sha256 = "zQMXDqWfZ8g4HP3VQgeLogif51vVFLjb+a+7ma7OHIc=";
};
buildPhase = super.lib.replaceStrings [ old.version ] [ version ] old.buildPhase;