summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/default.nix b/default.nix
index 4c20919..52b4962 100644
--- a/default.nix
+++ b/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "vanity-imports";
-  version = "0.0.12";
+  version = "0.0.13-unstable";
 
   src = fetchFromGitHub {
-    owner = "mlcdf";
+    owner = "alanpearce";
     repo = "vanity-imports";
-    rev = "v${version}";
-    hash = "sha256-4JoJL079hBkwWVvOTRbCM1WZhM7hPlKQ+HEAUr7fWP8=";
+    rev = "95d03037139c6e847d14a35f12496a6fbf2d4370";
+    hash = "sha256-YxCPxJqu/e9BK7iTrn4f6ymbwAlU+RHCneO743DeH/w=";
   };
 
   vendorHash = "sha256-w0LaXevbGm1xpHvKxxyubHCOVRN712UzLyOd+hVikKg=";