diff options
author | lassulus <lassulus@lassul.us> | 2017-07-17 08:02:01 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-17 08:02:01 +0200 |
commit | ae5fef979de5f0c5c8c1e78f56ddc1f8b4caf5b2 (patch) | |
tree | 2aea66950046fd3a6bce059e19ce0536a3e8331f /makefu/1systems/studio | |
parent | 2d6447d9669ba74780a57dd4ddcdb19110bd4928 (diff) | |
parent | a3f6c2e49d37eb8d629cac1e8365d5b90a2ccd3c (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/studio')
-rw-r--r-- | makefu/1systems/studio/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/studio/source.nix b/makefu/1systems/studio/source.nix index 092330a50..af0f37809 100644 --- a/makefu/1systems/studio/source.nix +++ b/makefu/1systems/studio/source.nix @@ -2,6 +2,6 @@ import <stockholm/makefu/source.nix> { name="studio"; override.musnix.git = { url = https://github.com/musnix/musnix.git; - ref = "f0ec1f3"; + ref = "d8b989f"; }; } |