Skip to content

Commit 5ccf678

Browse files
committed
Fix catalog um hash and update view template
1 parent 85e64a6 commit 5ccf678

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

catalogs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"revision": "2026-01-05T10:30:00Z",
44
"hash": "sha256-u0QaFC2wJTIezZz2mAbwZ5WP2TAye9Ivb8KjpyzBvYY="
55
},
6-
"9b8dbc9a-98f4-4cbd-a8f8-722ccb3f2178": {
7-
"revision": "2026-02-24T17:00:00Z",
8-
"hash": "sha256-yU0AKE1h+SgCv87aLyy/3/ZnzbLKYU0+LSbTzcStAr4="
6+
"221f1cc4-1607-4418-a6a5-4b3fb897d82c": {
7+
"revision": "2026-03-16T20:00:00Z",
8+
"hash": "sha256-mpxR1sv4VjDQkP+HeR4kpnMYMkcZECrvN9OFNqEWGxg="
99
}
1010
}

courses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"hash": "sha256-eH8AOKQ86S+4Y+XMqy4DiVeu0ePAmFrF+n7dku9AFpE=",
2020
"machine": "catalog-professional-activities.l"
2121
},
22-
"9b8dbc9a-98f4-4cbd-a8f8-722ccb3f2178": {
22+
"221f1cc4-1607-4418-a6a5-4b3fb897d82c": {
2323
"revision": "2026-02-25T14:35:00.444Z",
2424
"hash": "sha256-T1PNoYwrqgwDVLtfmj7L5e0Sq02OEbqHPC8RFhICuUU=",
2525
"machine": "catalog-view-um.l"

machines/catalog-view-um.l/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{config, pkgs, lib, ...}:
22

33
let
4-
catalogId = "9b8dbc9a-98f4-4cbd-a8f8-722ccb3f2178";
4+
catalogId = "221f1cc4-1607-4418-a6a5-4b3fb897d82c";
55
courses = (lib.importJSON ../../courses.json).${catalogId};
66
catalog = (lib.importJSON ../../catalogs.json).${catalogId};
77

machines/catalog-view-um.l/view.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ mkView {
1010
src = fetchFromGitHub {
1111
owner = "UM-LPM";
1212
repo = "short-courses";
13-
rev = "402a8444e957659f11aa74b96678b35285f06c39";
14-
hash = "sha256-CnOdpXT+/PV0wkkNsP2zT4T7dg+fRRjibU/VmQHdhqs=";
13+
rev = "2619c17da2b569c8b7878bc80106cb5304ebfd08";
14+
hash = "sha256-5jy+Ltlxm4JTswM1n6f8SaUX4RsI6TCG8/pZhbH++TE=";
1515
};
1616
courses = mkCourses {
1717
catalog = catalogId;

0 commit comments

Comments
 (0)