lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

lsr: 0.2.0 -> 1.0.0

Diff: https://tangled.sh/@rockorager.dev/lsr/compare/v0.2.0...v1.0.0

+5 -5
+3 -3
pkgs/by-name/ls/lsr/deps.nix
··· 8 8 9 9 linkFarm "zig-packages" [ 10 10 { 11 - name = "ourio-0.0.0-_s-z0asOAgAhpi7gSpLLvWGj_4XURez4W9TWN6SGs5BP"; 11 + name = "ourio-0.0.0-_s-z0dAWAgD3XNod2pTh0H8X-a3CjtpAwduh7jcgBz0G"; 12 12 path = fetchgit { 13 13 url = "https://github.com/rockorager/ourio"; 14 - rev = "54c1a1ed8d0994636770e5185ecdb59fe6d8535e"; 15 - hash = "sha256-WnNfO51t3Qc5LmeDOB6MVrsaUWR41mGuwbO5t5sCtwE="; 14 + rev = "ed8a67650e5dbb0a6dca811c9d769187e306ad94"; 15 + hash = "sha256-GbfZyzbjkVAcOECjQFWkDRw6QZr+kPXzadaI7xBSkig="; 16 16 }; 17 17 } 18 18 {
+2 -2
pkgs/by-name/ls/lsr/package.nix
··· 13 13 in 14 14 stdenv.mkDerivation (finalAttrs: { 15 15 pname = "lsr"; 16 - version = "0.2.0"; 16 + version = "1.0.0"; 17 17 18 18 src = fetchgit { 19 19 url = "https://tangled.sh/@rockorager.dev/lsr"; ··· 22 22 "src" 23 23 "docs" 24 24 ]; 25 - hash = "sha256-+5VHY02AHFtV405OGk5PR/2tl/3qDQHDrOUghZbx5ks="; 25 + hash = "sha256-VeB0R/6h9FXSzBfx0IgpGlBz16zQScDSiU7ZvTD/Cds="; 26 26 }; 27 27 28 28 postPatch = ''