Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit b632695

Browse files
authored
[DEVOPS-739-743-736] Bump report-server (#2711)
1 parent f498312 commit b632695

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6877,11 +6877,11 @@ inherit (pkgs) mesa;};
68776877
}:
68786878
mkDerivation {
68796879
pname = "cardano-report-server";
6880-
version = "0.4.9";
6880+
version = "0.4.10";
68816881
src = fetchgit {
68826882
url = "https://github.com/input-output-hk/cardano-report-server.git";
6883-
sha256 = "1yfplc0allrrhssphq0w4qhivvbwn0vxpvv4ndmhplq2ppqv8hd5";
6884-
rev = "19fd5ddf24dab731375a156ce38dcfce4319d1e4";
6883+
sha256 = "0chhbnrl68aqjfhkqvq53v572zsg52mj8pjxl3n7nnbc006cqs49";
6884+
rev = "81eea7361a75923f9402fcb7840fb36722dbf88e";
68856885
};
68866886
isLibrary = true;
68876887
isExecutable = true;

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ packages:
6464
extra-dep: true
6565
- location:
6666
git: https://github.com/input-output-hk/cardano-report-server.git
67-
commit: 19fd5ddf24dab731375a156ce38dcfce4319d1e4 # master 0.4.9
67+
commit: 81eea7361a75923f9402fcb7840fb36722dbf88e # master 0.4.10
6868
extra-dep: true
6969
# These three are needed for cardano-sl-networking
7070
- location:

0 commit comments

Comments
 (0)