about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-30 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-11-30 04:20:00 +0000
commit5f62cf8bd0b672a4cd2bb70593c94afc8f75b4b1 (patch)
tree86a5982afda192cb37ca81e84df203d0aaf367f6
parenta66c1d8c1e8257562b3ee4fd96bfd72b218786a8 (diff)
quicktype: 23.0.78 -> 23.0.80
Diff: https://github.com/glideapps/quicktype/compare/317deefa6a0c8ba0201b9b2b50d00c7e93c41d78...2a60269d431b392b658e671df2c1fb5479aec855
-rw-r--r--pkgs/by-name/qu/quicktype/package.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/qu/quicktype/package.nix b/pkgs/by-name/qu/quicktype/package.nix
index 2b52d2370b8c3..759b92b933197 100644
--- a/pkgs/by-name/qu/quicktype/package.nix
+++ b/pkgs/by-name/qu/quicktype/package.nix
@@ -2,13 +2,13 @@
 
 buildNpmPackage rec {
   pname = "quicktype";
-  version = "23.0.78"; # version from https://npm.im/quicktype
+  version = "23.0.80"; # version from https://npm.im/quicktype
 
   src = fetchFromGitHub {
-    owner = "quicktype";
+    owner = "glideapps";
     repo = "quicktype";
-    rev = "317deefa6a0c8ba0201b9b2b50d00c7e93c41d78"; # version not tagged
-    hash = "sha256-KkyxS3mxOmUA8ZpB0tqdpdafvP429R5Y39C3CszTiZk=";
+    rev = "2a60269d431b392b658e671df2c1fb5479aec855"; # version not tagged
+    hash = "sha256-3VW/CyvgetS9sqLflJgOmQERn4e/0nLQsezRHb6km3s=";
   };
 
   postPatch = ''