mongodb-compass: 1.45.2 -> 1.45.3 (#384657)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.45.2";
|
||||
version = "1.45.3";
|
||||
|
||||
rpath = lib.makeLibraryPath [
|
||||
alsa-lib
|
||||
@@ -84,7 +84,7 @@ let
|
||||
if stdenv.hostPlatform.system == "x86_64-linux" then
|
||||
fetchurl {
|
||||
url = "https://downloads.mongodb.com/compass/mongodb-compass_${version}_amd64.deb";
|
||||
hash = "sha256-sP4WKV8DF05Lwlh+jboWU3xCono85FyeUi+5vzgx+E0=";
|
||||
hash = "sha256-tQ8EY0PFbrsYie5HKp1FExIfgeOs9fwlIZ8h22ueQnQ=";
|
||||
}
|
||||
else
|
||||
throw "MongoDB compass is not supported on ${stdenv.hostPlatform.system}";
|
||||
|
||||
Reference in New Issue
Block a user