Skip to content

Commit 134bc9d

Browse files
r-ryantmjtojnar
authored andcommitted
adminer: 5.1.0 -> 5.1.1
1 parent 4ecb440 commit 134bc9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ad/adminer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99

1010
stdenv.mkDerivation (finalAttrs: {
11-
version = "5.1.0";
11+
version = "5.1.1";
1212
pname = "adminer";
1313

1414
# not using fetchFromGitHub as the git repo relies on submodules that are included in the tar file
1515
src = fetchurl {
1616
url = "https://github.com/vrana/adminer/releases/download/v${finalAttrs.version}/adminer-${finalAttrs.version}.zip";
17-
hash = "sha256-SLu7NJoCkfEL9WhYQSHEx5QZmD6cjkBXpwEnp7d6Elo=";
17+
hash = "sha256-L1akLFljp4UW/YEVLi317ijY62WN9L4g+OQ127vUP/4=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)