about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-17 11:07:17 -0500
committerGitHub <noreply@github.com>2024-01-17 11:07:17 -0500
commit421b900d1ff2d042ee71e8c20a2714c3caeef98a (patch)
treead8d162959304195988ffdeea12248b059c360ab /pkgs
parent390e6ed05de6d5bee230072602bf6c5c96e8bfa7 (diff)
parent8c58c6cac1e0c21a15b9e8fc9a70a2b5aad000ba (diff)
Merge pull request #281517 from marsam/update-quicktype
quicktype: 23.0.80 -> 23.0.81
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/qu/quicktype/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/qu/quicktype/package.nix b/pkgs/by-name/qu/quicktype/package.nix
index 759b92b933197..585dd1ebf471d 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.80"; # version from https://npm.im/quicktype
+  version = "23.0.81"; # version from https://npm.im/quicktype
 
   src = fetchFromGitHub {
     owner = "glideapps";
     repo = "quicktype";
-    rev = "2a60269d431b392b658e671df2c1fb5479aec855"; # version not tagged
-    hash = "sha256-3VW/CyvgetS9sqLflJgOmQERn4e/0nLQsezRHb6km3s=";
+    rev = "838c5e0e63a50d7c7790dc81118e664480fc4a80"; # version not tagged
+    hash = "sha256-+VMkfkBSomxxlkuOeMqBCySe7VCx2K5bIdF/tmVgK/Y=";
   };
 
   postPatch = ''