Skip to content

Commit b541c5c

Browse files
scalingo: 1.37.0 -> 1.38.0 (#435260)
Co-authored-by: cimm <cimm@users.noreply.github.com>
2 parents c31d041 + ba78a21 commit b541c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sc/scalingo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "scalingo";
9-
version = "1.37.0";
9+
version = "1.38.0";
1010

1111
src = fetchFromGitHub {
1212
owner = pname;
1313
repo = "cli";
1414
rev = version;
15-
hash = "sha256-jF9llYFyw3lPyC5tq1TRpSCAbCl5yGGozHS3jQkXLFo=";
15+
hash = "sha256-+f4bDn5JAjSGjtdwdZjZoKg7lvvIRUug93vdZbb0tJE=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)