about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-05-16 19:12:57 +0000
committerGitHub <noreply@github.com>2024-05-16 19:12:57 +0000
commit7cc127e4c3c9146d98f9e03452186d0675a923f2 (patch)
tree45e4c504c9eef966afa8c2024be3249082ea7a94 /pkgs
parent1598f9ff7374fe4e5dea04e8db379a8500f3637d (diff)
parentd1f428a716c177df35b4b8c4c8d39623fec17e2d (diff)
Merge pull request #311002 from r-ryantm/auto-update/monaspace
monaspace: 1.100 -> 1.101
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/mo/monaspace/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/mo/monaspace/package.nix b/pkgs/by-name/mo/monaspace/package.nix
index b19532c8fb187..9612a78a8afdc 100644
--- a/pkgs/by-name/mo/monaspace/package.nix
+++ b/pkgs/by-name/mo/monaspace/package.nix
@@ -5,12 +5,12 @@
 
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "monaspace";
-  version = "1.100";
+  version = "1.101";
 
   src = fetchzip {
     url = "https://github.com/githubnext/monaspace/releases/download/v${finalAttrs.version}/monaspace-v${finalAttrs.version}.zip";
     stripRoot = false;
-    hash = "sha256-PNeWDWYSd/oAviwyvwiQSLeATGqGIFYZWjKp+trT5x4=";
+    hash = "sha256-o5s4XBuwqA4sJ5KhEn5oYttBj4ojekr/LO6Ww9oQRGw=";
   };
 
   outputs = [ "out" "woff" ];