about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-14 18:44:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-14 18:44:16 +0000
commit4a27ae1c13026c1627d629fff1844ca088f48dc1 (patch)
treeeaafcc265b524ea3690e5092466d0748722ed9ac
parent4ff4273dbc8fd7d8d91a63fb60364aa6f1576611 (diff)
downloadnixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.tar
nixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.tar.gz
nixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.tar.bz2
nixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.tar.lz
nixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.tar.xz
nixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.tar.zst
nixlib-4a27ae1c13026c1627d629fff1844ca088f48dc1.zip
dbmate: 2.12.0 -> 2.13.0
-rw-r--r--pkgs/development/tools/database/dbmate/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/database/dbmate/default.nix b/pkgs/development/tools/database/dbmate/default.nix
index 30d41b21f950..8ecc6b22fbda 100644
--- a/pkgs/development/tools/database/dbmate/default.nix
+++ b/pkgs/development/tools/database/dbmate/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "dbmate";
-  version = "2.12.0";
+  version = "2.13.0";
 
   src = fetchFromGitHub {
     owner = "amacneil";
     repo = "dbmate";
     rev = "refs/tags/v${version}";
-    hash = "sha256-TXQXG6FdDFtUp1VuM3iWifyRI/6NKa1iPDT8riZxux0=";
+    hash = "sha256-4Ur9LGYcC9C2EUWLLppcVSf+PLgfPITbKGp2qLRnxVY=";
   };
 
-  vendorHash = "sha256-4l3OYn7p+dbGieQ56klyNjuI0jk1ccgBXKeJGOamCjY=";
+  vendorHash = "sha256-le2AWHqTElo95GQJ8jEk3jjNrxu63YyWVtq+CI6+SbY=";
 
   doCheck = false;