Skip to content

Commit 908a2ad

Browse files
committed
librecad: 2.2.0.2 -> 2.2.1
1 parent 8f3e1f8 commit 908a2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/misc/librecad/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
mkDerivation rec {
1717
pname = "librecad";
18-
version = "2.2.0.2";
18+
version = "2.2.1";
1919

2020
src = fetchFromGitHub {
2121
owner = "LibreCAD";
2222
repo = "LibreCAD";
2323
rev = version;
24-
sha256 = "sha256-Vj6nvOfmhzou2hhmujm47a7aKBzmgchDb/BbwCb3/hI=";
24+
sha256 = "sha256-GBn4lduzaKWEWzeTNjC9TpioSouVj+jVl32PLjc8FBc=";
2525
};
2626

2727
buildInputs = [

0 commit comments

Comments
 (0)